Skip to main content

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:

  1. fail with failed status or

  2. transition to a requires_customer_action status with a next_action block or

  3. succeed with either succeeded in case of automatic capture or requires_capture in case of manual capture

Request

Responses

Payment confirmed