Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Amount of the payment in the smallest unit of specified currency.
1000
Currency associated with the amount
USD
The token retrieved from the Push User Widget
"token_3r09eejo3r32rjoj3r23r3"
Direction of the payment.
- Submit
cash_in
for deposits or purchases - Submit
cash_out
for withdrawals or redemptions
cash_in
, cash_out
Enable redirects from the authentication flow back to the original application. If omitted, the authentication flow will notify the parent browser via postMessage when the user completes the flow.
The settlement account for the transaction. This parameter is required if your Push instance is configured with Multiple Settlement Accounts.
Enable manual review of payouts or redemptions through this parameter. See Manual Review for details.
automatic
, manual
Response
Payment approved
Response for approved payment authorization
The payment intent ID
Amount of the payment in the smallest unit of specified currency
Direction of the payment.
- Submit
cash_in
for deposits or purchases - Submit
cash_out
for withdrawals or redemptions
cash_in
, cash_out
Currency associated with the amount
USD
The credentials used for the payment intent
{
"display_name": "Chase Checking",
"last4": "6018"
}