Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Performs a payment authorization using raw payment method details (e.g., card number, expiration date, CVV, or bank account info), without capturing the funds immediately. This is typically used when you want to place a hold on the customer’s account — for example, to confirm availability of funds before fulfillment or booking.
You must provide the full payment data along with invoice details. The payment is validated with the processor, and if successful, an authorization is created and stored for later capture or reversal.
This endpoint is intended for PCI-compliant merchants, as it involves transmitting sensitive payment data directly.
The authorization can later be captured using the Capture endpoint or voided via Reverse Authorization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.