-
Notifications
You must be signed in to change notification settings - Fork 67
Collecting partial card payment
The payment gateway allows you to charge the customer a lower amount than the amount authorised and authenticated at the time of payment. The authorised amount is blocked on the customer's account for 3 days, i.e. payment is guaranteed for the merchant for this period.
You will typically use a settlement of a lower amount in situations where the exact amount of the purchase is not known in advance. This may apply, for example, to online grocery shopping at a time when weighted goods are a part of the purchase. In this case, the payment is authorised for a slightly higher amount (taking into account the variance in the weight of the goods) and subsequently, after dispatch, a transaction is “closed” for a lower amount corresponding to the actual price of the goods.
When creating a transaction at the payment gateway (method payment/init
), choose to close the transaction manually (set the closePayment
parameter to false
).
Once you know the exact price, send the transaction to the settlement using the payment/close
function. Enter the exact price in the amount
parameter. This amount will be "charged" from the card account.
Attention! The transaction must be closed (sent to the settlement) within three calendar days of the payment being authorised. Otherwise the payment at the payment gateway expires and it is not possible to get money from the customer.
It is available for these payment methods
Supported API versions are
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- Payment lifecycle
- Integration and API security
- Activation of the production environment
- Test cards and credentials
- API Sunset
- Payment Authentication
- Basic Payment
- OneClick Payment
- Custom Payment
- Apple Pay
- Google Pay
- Collecting partial card payment
- ČSOB Payment Button
- Payment Skip Pay
- API Integration
- Request Signing and Response Signature Validation
- API Methods Overview
- Basic Methods
- Methods for OneClick Payment
- Methods for Apple Pay
- Methods for Google Pay
- Methods for ČSOB Payment Button
- Methods for Skip Pay
- Purchase metadata