GET
/
api
/
payments
/
bank
curl --request GET \
  --url https://app.sandbox.rio.trade/api/payments/bank \
  --header 'x-api-key: <api-key>'
{
  "orderId": "6661a7c3cc4633bc6412b3da",
  "bankName": "Sandbox Bank",
  "USBankTransferMethod": "ach_push",
  "companyName": "Bank Name",
  "companyAddress": "21750 Hardy Oak Blvd Ste 104 PMB 77950 San Antonio, TX 78258",
  "bankAddress": "Sandbox Bank Address, 12345, Sandbox City, Sandbox Country",
  "accountNumber": "123456",
  "routingNumber": "021000021",
  "status": "initiated",
  "reference": "<string>",
  "CCI": null,
  "CLABE": "123456789012345678",
  "RUC": "<string>",
  "RFC": "RBL2206107N8",
  "id": "6661a7c48eefd7b52058f901"
}

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 want to know the status of the expected payment.

Response

200
application/json

OK

The response is of type object.