docs
  1. Webhooks
  2. Payment Events
  3. Payment-capture

payment-capture

A payment-capture event is triggered for every late capture that occurs within an order.

It is important to note that the webhook is triggered per payment capture and, in case an order has more than one payment type, an individual webhook will be triggered per payment capture.

Within the transaction payload, the operationStatus will confirm if the payment capture was successful or not and the transactionID will provide the transaction key that is also better detailed on the payment payload of the webhook.

Example:

{% include "../../../.gitbook/includes/webhooks-schema-payment-schema.md" %}