simulate
Simulate settlement
Use this endpoint to simulate receiving the funds from an approved intent, creating a new transaction and updating the balance in the settlement account associated with the intent.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
The account associated with the transaction
Amount of the transaction (signed)
The batch for the transaction
When the transaction was created (ISO 8061 date string)
Currency associated with the amount
Available options:
USD
The settlement date of the transaction
The unique identifier assigned by Push
The ID of the intent, dispute, or transfer associated with the transaction. If the transaction is unreconciled, this field will be null
The transaction's settlement status
Available options:
settled
, pending
The type of transaction
Available options:
intent
, transfer
, unreconciled