cURL
curl --request POST \ --url https://app.sandbox.rio.trade/api/payments/bank/bulk \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "fiat": "USD", "country": "MX", "userId": "6757546b4c5d19bf3cd7b09c" }'
{ "createdAt": "2025-01-04T02:07:50.765Z", "userId": "6757546b4c5d19bf3cd7b09c", "orderIds": [], "amount": 0, "fiat": "USD", "orderIdsPaid": [], "bankName": "Bank Name", "companyName": "Company Name", "companyAddress": "Company Address", "status": "awaitingPayment", "CCI": null, "CLABE": "01212345678901", "RFC": "RBL123456789", "RUC": "<string>", "reference": "BPaaf32e", "id": "677897f68f577610fcaaf32e" }
Created
The response is of type object.
object