Delayed captures
The capture step initiates the financial transfer from the funds you put on hold with the initial payment intent confirmation.This is a required step for Card payments (Credit or Debit Cards) or for any other payment method requiring a second step to capture funds.
Note
Not executing this step on time or note executing it at all means you will not receive any funds. If you do not want to worry about it you have the option to use the auto_capture parameter in your payment intent or to set it up by default in your account.
You need to follow the below process:
- Use the
POST/api/v1/pa/payment_intents/{id}/capture
, to request the capture of your payment. Upon successful completion the appropriate financial transactions will be generated and the payment intent will subsequently appear on your settlement report. You will receive a synchronous response to inform you the request has been taken into account.
Shell
Shell
We will also send you a notification in case the capture has failed or succeeded. Make sure to subscribe to it.