GET
/
api
/
payouts
/
bank
curl --request GET \
  --url https://app.sandbox.rio.trade/api/payouts/bank \
  --header 'x-api-key: <api-key>'
{
  "orderId": "6661ca61cc4633bc6412d0d9",
  "bankAccountId": "65ba521a4b3e1bd9eb6a5107",
  "originBank": "interbank",
  "status": "initialized",
  "id": "6661ca680703d81fb0e1b6ba"
}

Requirements to consume the endpoint.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
header
required

Query Parameters

orderId
string

Id of the order for which you wish to know the status of the payment made.

Response

200
application/json
OK
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.