How to use the Multi-capture
How do you use the feature in the API?
This feature is available using the existing /v2/moneyins/card/webinit
endpoint. To activate multi-capture you must contact our support team or your existing implementation manager. You will have to define the captureDelayedDays
body parameters to create a transaction with Authorization Status.

In the response object, new parameters are returned:
- There are 2 additional values reserved for Multi-capture in the status parameter.
Remaining Amount to be paid
remainingAmount
This parameter indicates the funds available in the authorization to process additional captures or not.
After a capture, if theremainingAmount
= 0, the authorization status changes automatically to CLOSED
Updated 5 months ago