Confirm Payment
POST/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
- 200
- 401
Response Headers
Unauthorized