Capture & Void
Manage a transaction that has an active authorisation.
Transactions that have the status authorize need a follow-up action to convert the payment state to a PAID (100) transaction. You can do this by capturing the transaction using the EX-code (full capture).
For partial captures, you can also send the amount and/or product ID's.
Capture: Claiming the reserved money for a pre-authorized payment.
Void: Remove the reserved money for a pre-authorized payment.
Related Payment Methods
Group | Examples |
---|---|
Card based payments | Visa, Mastercard or American Express including Apple Pay and Google Wallet |
Buy Now Pay Later | Klarna, IN3, Riverty, Biller, Billink |
Full capture or partial capture
If you send in orderLines, we try to capture the amount related to the orderLine. If you send in only a EX-code, we capture the full order (all open orderLines).
Test Cases
Test case: Partial Capture of an Order
Create an order with 3 different products and shipment fees.
Capture orderLines at 3 different moments:
- First capture: with productLines
- Second capture: with productLines
- Third capture: full order (EX-code only) to capture all remaining orderLines.
Product ID | Quantity | First capture | Second capture | Third capture |
---|---|---|---|---|
1 | 5 PC | 3 | 1 | 1 |
2 | 3 PC | 2 | 0 | 1 |
3 | 1 PC | 0 | 0 | 1 |
SHIPMENT | - | - | - | AUTOMATICALLY* |
*The shipment fees will automatically be captured when you send us the final capture based on the EX-code. As we will capture all remaining orderLines.
Updated 3 months ago