Create a payment intent
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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.
255
"f1bbb85"
Successful operation
The response is of type object
.