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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
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
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
settled
, pending
The type of transaction
intent
, transfer
, unreconciled
The direction of the transaction, as indicated by the sign of the amount
credit
, debit