Bank payouts API
Get a bank payout
GET
/
api
/
payouts
/
bank
Requirements to consume the endpoint.
User approved
The user must be approved in at least one country.
Authorizations
x-api-key
string
headerrequiredQuery Parameters
orderId
string
Id of the order for which you wish to know the status of the payment made.
Response
200 - application/json
orderId
string
Id of the order.
bankAccountId
string
Id of the bank account.
originBank
enum<string>
Origin bank.
Available options:
interbank
, swift
, spei
, spid
, ksr
, bridge
, bitso
status
enum<string>
Status of the payout.
Available options:
initialized
, processing
, complete
, failed
, cancelled
id
string
Id of the payout.