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
failed
status or -
transition to a
requires_customer_action
status with anext_action
block or -
succeed with either
succeeded
in case of automatic capture orrequires_capture
in case of manual capture
Request
Responses
- 200
- 400
Payment confirmed
Missing mandatory fields