Skip to main content

Confirm Payment

POST 

https://useast.api.elasticpath.com/v2/orders/:orderID/transactions/:transactionID/confirm

Confirm Payment serves as a mechanism to synchronize transaction information from the third-party payment provider back to our system. This ensures that Composable Commerce accurately reflects the values from the payment provider.

Handling 3D Secure Validations for Stripe Payments

For Stripe Payments requiring 3D Secure validation, the transaction response will include the client_parameters object, which provides credentials to support validation of these payment requests on the payment provider's side. We recommend using the Stripe's client libraries to manage these 3D Secure validations. Once the validation succeeds, proceed with a confirmation request to sync the validated transaction into Composable Commerce and continue with the payment process.

Request

Responses

Response Headers

    Authorization: http

    name: bearerAuthtype: httpscheme: bearer

    Request Collapse all
    Base URL
    https://useast.api.elasticpath.com
    Auth
    Parameters
    — pathrequired
    — pathrequired
    Body
    {
      "data": {}
    }
    
    ResponseClear

    Click the Send API Request button above and see the response here!