Simulate Incoming Instant Payment
Simulate an incoming instant payment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Idempotency key
255Body
The 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.
140"Payment for invoice 12345"
Optional payment identifiers.
Response
Intentionally empty - incoming instant payment will be created asynchronously.

