Skip to main content
POST
Simulate Incoming Wire

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string
required

Idempotency key

Maximum string length: 255

Body

application/json

Request body to simulate an incoming wire.

amount
integer<int64>
required

The amount of the wire transaction in cents.

Required range: 1 <= x <= 990000000000
Example:

5000

creditor_account_number_id
string
required

The ID of the creditor account number associated with the wire.

Pattern: ^account_number_\w+$
Example:

"account_number_xyz123"

debtor
object
required

Details of the debtor sending funds.

debtor_agent
object
required

Debtor Agent financial institution details.

remittance_details
object

Details of the remittance information for the wire.

payment_identifiers
object

Payment identifiers for the wire.

Response

Incoming Wire object created.

The response is of type object.