Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Performs a payment authorization for a specified amount on a stored payment method or provided card, without capturing the funds. This is typically used to verify that the card or bank account is valid, has sufficient funds, and is accepted by the processor.
You define the authorization amount, and the system attempts to place a hold on the customer’s account — which can later be captured or reversed. This is useful for scenarios like booking flows, fraud screening, or pre-checkout validation, where upfront payment isn’t required but authorization is needed.
Note: The authorization may appear as a pending transaction on the customer’s statement.
⚠️ Deprecated: This endpoint is still supported but is no longer recommended for new integrations. Please use the newer endpoints Authorize With Payment Method or Authorize With Payment Method Id instead, which provides extended functionality and improved error handling.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.