Skip to main content

Documentation

Card Payment With Delayed Capture Message Sequences

Two-step payment.

Payment With Late Capture - Success

Some card payment methods allow authorization and capture as two separate operations.

  1. The client sends a Create Payment request to Rapyd.

  2. Rapyd requests an authorization check.

  3. The card network authorizes the card.

  4. Rapyd sends a response with details of the transaction. The status of the payment is set to ACT (Active).

  5. Rapyd sends Payment Succeeded Webhook.

  6. The client sends a Capture Payment request to Rapyd.

  7. Rapyd requests capture of the payment.

  8. The card network captures the payment and transfers the funds to Rapyd.

  9. Rapyd sends a response with details of the transaction.

  10. Rapyd sends Payment Captured Webhook.

  11. Rapyd sends Payment Completed Webhook.