GET
/
api
/
payments
/
bank
/
bulk
/
{id}
curl --request GET \
  --url https://app.sandbox.rio.trade/api/payments/bank/bulk/{id} \
  --header 'x-api-key: <api-key>'
{
  "createdAt": "2025-01-04T02:07:50.765Z",
  "userId": "6757546b4c5d19bf3cd7b09c",
  "orderIds": [],
  "amount": 0,
  "fiat": "USD",
  "orderIdsPaid": [],
  "bankName": "NVIO",
  "companyName": "RAMPA BLOCKCHAIN SAPI DE CV",
  "companyAddress": "Ave. Lázaro Cardenas 2400, Residencial San Agustin 1 Sector, San Pedro Garza Garcia, CP 66260, Mexico",
  "status": "awaitingPayment",
  "CLABE": "710969000021237966",
  "RFC": "RBL2206107N8",
  "RUC": "<string>",
  "CCI": null,
  "reference": "BPaaf32e",
  "id": "677897f68f577610fcaaf32e"
}

Requirements to consume the endpoint.

User approved

The user must be approved in at least one country.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Id of the bulk bank payment

Response

200 - application/json
OK

The response is of type object.