Payments - Confirm
POST/payments/:payment_id/confirm
Use this API to confirm the payment and forward the payment to the payment processor.
Alternatively you can confirm the payment within the Payments/Create API by setting confirm=true. After confirmation, the payment could either:
-
fail with
failedstatus or -
transition to a
requires_customer_actionstatus with anext_actionblock or -
succeed with either
succeededin case of automatic capture orrequires_capturein case of manual capture
Request
Responses
- 200
- 400
Payment confirmed
Missing mandatory fields