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_d11d404c919519c66ac61e14389f766a/transactions/isutran_5723bff74b280fb0e7a87ac17b87c5cb' \ -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": "93e71afc-f3ed-4612-9976-df82752b2f8c" }, "data": { "id": "b22d4397-5908-43c4-a6c2-4822fef2688b", "amount": "100.25000", "currency": "EUR", "country": null, "remitter_reference": null, "partner_transaction_id": "T85SWIC025327", "status": "", "created_at_gw": "2026-01-19T12:49:27.000Z", "updated_at": 1768826967, "created_at": 1768826967, "iban": null, "account_name": null, "sort_code": null, "account_number": null, "receiving_iban": "SK5933384660426474792182", "bank_code": "", "bank_name": "", "bic_swift": null } }