Transactions
View and manage payment transactions.
Transactions are sandbox-aware.
List Transactions
List transactions, sorted by most recent.
https://paysio.com/api/v1/transactionsAuthorizations
Any API key. Prepend your key with Bearer, e.g. Bearer sk_test_your_secret_key.
Query parameters
1-100, default 10
Cursor for pagination
Get Transaction
Retrieve a single transaction.
https://paysio.com/api/v1/transactions/:idAuthorizations
Any API key. Prepend your key with Bearer, e.g. Bearer sk_test_your_secret_key.
Void Transaction
Void a pending transaction. Only works on transactions with status 'pending_settlement'.
https://paysio.com/api/v1/transactions/:id/voidAuthorizations
Secret key (sk_*). Prepend your key with Bearer, e.g. Bearer sk_test_your_secret_key.
Refund Transaction
Refund a settled transaction. Supports partial refunds by specifying an amount. On Debit & Payouts workspaces a refund is issued as a reverse payout back to the original instrument — the response includes a refund_payout object and the refund settles asynchronously (payment.refunded fires immediately, the payout itself follows the payout lifecycle). Requires the original charge to have a saved instrument.
https://paysio.com/api/v1/transactions/:id/refundAuthorizations
Secret key (sk_*). Prepend your key with Bearer, e.g. Bearer sk_test_your_secret_key.
Body
Amount to refund in cents. Omit for full refund.
Send the Paysio refund email to the customer. Default true. Debit & Payouts only — the other gateways send no refund email.