When a transaction is marked as capture_pending by our simulator, it can be moved to a next state using webhooks.

To move a transaction to the next status, grab the webhook URL for the connector from your dashboard, and then post a payload with the expected values.

{
    "payment_service_transaction_id": "0OTS351KWIJT",
    "event": "capture.succeeded"
}

In these examples the payment_service_transaction_id needs to be set to the value of the field with the same name on the transaction.

Webhook handling of capture events is only available for the card / PayPal simulator.