Partial authorization
Our system supports partial authorization for card payments. Partial authorization is a processing feature that allows a transaction to be approved for a portion of the total purchase amount when a buyer’s available funds are insufficient. Instead of a complete decline, the card issuer approves the transaction for the amount the customer does have available, allowing the customer to potentially complete the purchase by using another payment method for the remaining balance. This improves the customer experience by reducing declined transactions and increasing the likelihood of a completed sale.
Usage
To enable partial authorization, you can pass the allow_partial_authorization
to our API. This will inform the supported
payment services to allow for a partial authorization.
When a partial authorization has been made, the authorized_amount
will reflect the actual authorized value of the transaction.
authorized_amount
to confirm the actual authorized amount for a transaction.Availability
Currently, we support partial authorization on the following connectors.
Was this page helpful?