intent
Create intent
Create a payment intent
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Setting the idempotency key header to a unique value for each request ensures that transactions are never duplicated. Push recommends storing your internal transaction identifier in this field.
Maximum length:
255
Example:
"f1bbb85"
Body
application/json
Response
200
application/json
Successful operation
The response is of type object
.