Simulate an incoming instant payment.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255The ID of the Account Number object receiving the instant payment.
^account_number_\w+$"account_number_xyz123"
The amount of the instant payment in cents.
x >= 05000
A three-letter currency code as defined in ISO 4217. Only USD is supported.
USD "USD"
The details of the debtor (payer) sending the funds.
The details of the financial institution where the debtor (payer) holds their account.
Free-form information on the reason for the payment.
"Payment for invoice 12345"
Optional payment identifiers.
Incoming instant payment object created.
The response is of type object.