Idempotency Supported
Try in API ExplorerAuthorizes a specific amount in customer's Credit card, which can be collected within a span of time. Read more on authorization and capture here.
- Supported only for Card payments.
- Currently supported only for Stripe.
Sample Request
URL Format
POST https://[site].chargebee.com/api/v2/transactions/create_authorization
Input Parameters
optional, string, max chars=40
Payment source to be used for authorizing the transaction.
required if Multicurrency is enabled, string, max chars=3
The currency code (ISO 4217 format) of the transaction amount.
Returns
transactionTransaction object
Resource object representing transaction