Bind wallet checkout session to customer
POST/v2/wallet-checkout/sessions/:sessionId/binding
Binds an existing checkout session to a specific customer's wallet. This associates the session with a customer ID, moving the session to SENDER_BOUND status. The binding process is essential before a payment can be initiated. The secure code is required for validation to ensure the binding request is authorized.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 429
- 500
- 503
Session bound successfully
Bad Request
Forbidden
Not Found
Conflict
Too Many Requests
Internal Server Error
Service Unavailable