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.
The client sends a Create Payment request to Rapyd.
Rapyd requests an authorization check.
The card network authorizes the card.
Rapyd sends a response with details of the transaction. The status of the payment is set to ACT (Active).
Rapyd sends Payment Succeeded Webhook.
The client sends a Capture Payment request to Rapyd.
Rapyd requests capture of the payment.
The card network captures the payment and transfers the funds to Rapyd.
Rapyd sends a response with details of the transaction.
Rapyd sends Payment Captured Webhook.
Rapyd sends Payment Completed Webhook.