Captures
The capture object and the allowed CRUD operations on the related resource endpoint
Last updated
The capture object and the allowed CRUD operations on the related resource endpoint
Last updated
When an is approved the associated payment can be captured. On successful capture, the order's payment status becomes paid
and a new capture transaction is created.
Fetching a capture returns all the information and messages provided by the . You can update a capture to it.
If a capture gets stuck (for any reason) on our platform but succeeds on the payment gateway, you can it by passing the _forward
trigger attribute.
If a capture associated with a still pending order succeeded and the order is updated (introducing an amount mismatch scenario), you can by passing the _cancel
trigger attribute.