Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Processes a one-time payment for a customer without requiring an active subscription. This endpoint is ideal for standalone transactions such as single purchases.
A one-time payment without a subscription allows you to both authorize and capture funds in a single transaction, as well as capture previously authorized amounts. You can also send a partial capture if needed. You must provide the invoice details, and payment method. The request supports credit cards, network tokens, ACH, Apple Pay, and Google Pay.
⚠️ Deprecated: This endpoint is still supported but is no longer recommended for new integrations. Please use the newer endpoints Sale With Payment Method Details or Sale 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.