v1
latestOpenAPI 3.0.12026-08-062379143.9 KBPayments
Make payment
Make a payment using credit card, cash, cheque, profile, token, Apple Pay, or Google Pay. Each payment type has its own json definition passed in the body. For all payments you have the standard Billing, Shipping, Comments, etc. fields that are optional. Only the amount is required along with the payment data for card, cash, cheque, profile, and token. You must change the payment_method for each payment type. Credit Card - "card", Payment Profile - "payment_profile", Single Use Token - "token", Cash - "cash", Cheque - "cheque", Apple Pay - "apple_pay", Google Pay - "google_pay", 3D Secure token - "3d_secure_token".
post/payments
Request body
Response
Payment response containing the payment details as well as if the payment was approved or declined.