Retrieve Remitter Details
Note
This endpoint is deprecated. See Retrieve Virtual Account Transaction.
Rapyd no longer supports the deprecated endpoint.
Retrieve the details of the remitter of a transfer to a virtual account.
virtual_account
ID of the virtual account. String starting with issuing_.
issuing_transaction_id
ID of the transaction. String starting with isutran_.
/v1/issuing/bankaccounts/remitters/:virtual_account/transactions/:issuing_transaction_id
Retrieve Remitter Details
curl -X get https://sandboxapi.rapyd.net/v1/issuing/bankaccounts/remitters/issuing_233bb3ac1f66ce45cc7dba8336ad7df0/transactions/isutran_bcfa2818bee7d9852407686ff5890da3 -H 'access_key: your-access-key-here' -H 'Content-Type: application/json' -H 'salt: your-random-string-here' -H 'signature: your-calculated-signature-here' -H 'timestamp: your-unix-timestamp-here'
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "92e110c1-6edd-414e-b479-160db4a517b4" }, "data": { "id": "c89414a5-8eae-4540-87af-713c108574a8", "amount": "4733.25000", "currency": "GBP", "country": "GB", "remitter_reference": "5543793536343996", "partner_transaction_id": "c5021de2-e281-4668-8f3a-812e897a1fdd", "status": "ACSC", "created_at_gw": "2021-11-17T23:03:20.000Z", "updated_at": 1652257316, "created_at": 1652257316, "iban": "GB00CLRB04054200005418", "account_name": "AMAZON PAYMENTS UK", "sort_code": "231048", "account_number": "0092780602", "receiving_iban": "GB00CLRB04054200005417", "bank_code": "032-727", "bank_name": "Westpac Banking Corporation, Petrie Plaza, Canberra" } }