Sandbox: Complete a Real-Time Payments Transfer
Simulates submission of a Real-Time Payments Transfer and handling the response from the destination financial institution. This transfer must first have a status of pending_submission.
post/simulations/real_time_payments_transfers/{real_time_payments_transfer_id}/complete
Path parameters
real_time_payments_transfer_idstring required
The identifier of the Real-Time Payments Transfer you wish to complete.
Request body
Example request
{}Response
Real-Time Payments Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"acknowledgement": {
"acknowledged_at": "2020-01-31T23:59:59Z"
},
"amount": 100,
"approval": null,
"cancellation": null,
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"creditor_name": "Ian Crease",
"currency": "USD",
"debtor_name": null,
"external_account_id": null,
"id": "real_time_payments_transfer_iyuhl5kdn7ssmup83mvq",
"idempotency_key": null,
"pending_transaction_id": null,
"rejection": null,
"routing_number": "101050001",
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"status": "complete",
"submission": {
"submitted_at": "2020-01-31T23:59:59Z",
"transaction_identification": "20220501234567891T1BSLZO01745013025"
},
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "real_time_payments_transfer",
"ultimate_creditor_name": null,
"ultimate_debtor_name": null,
"unstructured_remittance_information": "Invoice 29582"
}