Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Payment details are required
Example:
"4242424242424242"
Card CVC
Example:
"123"
Card expiry month
Example:
"12"
Card expiry year
Example:
"2023"
User ID
Example:
"1"
Payment amount
Example:
"100.00"
First name
Example:
"John"
Last name
Example:
"Doe"