cURL
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", "payouts": [ { "amount": 123, "SPEITrackingNumber": "<string>", "SPIDTrackingNumber": "<string>", "CEPLink": "<string>", "reference": "<string>", "sentAt": "2021-06-01T00:00:00.000Z" } ], "id": "6661ca680703d81fb0e1b6ba" }
Id of the order for which you wish to know the status of the payment made.
OK
The response is of type object.
object