Sandbox: Create an Inbound Real-Time Payments Transfer
Simulates an Inbound Real-Time Payments Transfer to your account. Real-Time Payments are a beta feature.
post/simulations/inbound_real_time_payments_transfers
Request body
Example request
{
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 1000,
"request_for_payment_id": "real_time_payments_request_for_payment_28kcliz1oevcnqyn9qp7"
}Response
Inbound Real-Time Payments Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 100,
"confirmation": {
"confirmed_at": "2020-01-31T23:59:59Z",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi"
},
"created_at": "2020-01-31T23:59:59Z",
"creditor_name": "Ian Crease",
"currency": "USD",
"debtor_account_number": "987654321",
"debtor_name": "National Phonograph Company",
"debtor_routing_number": "101050001",
"decline": null,
"id": "inbound_real_time_payments_transfer_63hlz498vcxg644hcrzr",
"status": "confirmed",
"transaction_identification": "20220501234567891T1BSLZO01745013025",
"type": "inbound_real_time_payments_transfer",
"unstructured_remittance_information": "Invoice 29582"
}