Get an intent
Get an intent by ID
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The intent ID
Response
The value passed in the X-Idempotency-Key header of the create intent request
Creation timestamp for the Intent
Direction of the money flow, from the perspective of the Push Account
cash_in
, cash_out
Amount for the transaction, in smallest unit of specified currency (ie if currency is USD, the unit would be cents)
Currency associated with the amount
USD
created
, approved
, declined
, pending
, canceled
A dispute received from the payment network tied to an intent
{
"id": "dispute_0293cj9ru032lisdjow",
"amount": 10000,
"currency": "USD",
"created_at": "2023-05-24T20:36:50.694Z",
"intent_id": "intent_sandbox_dMggQ93ZYH6DH9LBhVeijE",
"code": "R01",
"status": "created"
}
Whether the loyalty opt-in screen will be displayed in the session
How the intent should be approved and submitted for processing
automatic
, manual
The details for the user's payment credential
{
"bank_name": "Space Coast Credit Union",
"account": {
"number_mask": "5978",
"routing": "263177903"
},
"card": {
"primary_account_number_mask": "6018",
"expiration": "2024-05-01"
},
"created_at": "2023-04-10T05:10:14.532Z"
}
The payment rail used to complete the payment intent. Only defined once a payment intent has been processed.
card
, ach
{
"id": "account_WsELzpJOvU6fNafvzWbF6K",
"type": "settlement",
"name": "Settlement Account",
"balance": 1000000,
"created_at": "2023-05-24T20:15:18.158Z"
}
The amount guaranteed by Push for the transaction. Only defined when direction is cash_in
.
The high level reason why the intent was declined, included if the status is "declined"
insufficient_funds
, unapproved_amount
, fraud_risk
, connection_error
, transaction_limit
[IN PROGRESS] Whether the user opted into sharing their data with the operator. Only present if the user was shown the loyalty opt-in screen.