Patch a session
POST /checkout/v1/sessions/patch
Use this method if you only want to update references and urls of a session
- application/json
Request Body
- sessionid string required
The sessionid to be patched
merchanturls object required
terms string requiredLink to your terms that the client approves at the point of purchase
notifications string requiredEndpoint for Briqpay to notify you of a successful purchase - ensure to handle different values in session.state
redirecturl string requiredWhere should the customer be redirected after the purchase has been completed?
reference object required
reference1 stringreference2 string
Responses
- 200
- 404
successfuly updated session
Session not found
Loading...