cURL
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": "RBL123456789", "id": "6661a7c48eefd7b52058f901" }
Id of the order for which you want to know the status of the expected payment.
OK
The response is of type object.
object