Confirm Payment (Bank Transfer)
The **Confirm Payment** is an **authenticated API** that is essential part of the **Transak order flow**, allowing users to **confirm their payment** for an order once the funds have been transferred using their chosen payment method. This API ensures **secure and real-time payment reconciliation**, allowing the **crypto transaction to proceed**.
Headers
x-user-identifier
Your authenticated user Email Id address.
Note: This is applicable only for Auth Reliance Flows
x-access-token
Your Partner Access Token. Please refer here for a tutorial on generating your access token.
Note: This is applicable only for Auth Reliance Flows
Request
This endpoint expects an object.
orderId
orderId is the id received from the API - api/v2/orders
paymentMethod
The value should be a supported payment method
Response
200 - Success
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error