Skip to main content
Version: 1.0.0

Patch a session

POST /checkout/v1/sessions/patch

Use this method if you only want to update references and urls of a session

Request Body
  • sessionid string required

    The sessionid to be patched

  • merchanturls object required
  • terms string required

    Link to your terms that the client approves at the point of purchase

  • notifications string required

    Endpoint for Briqpay to notify you of a successful purchase - ensure to handle different values in session.state

  • redirecturl string required

    Where should the customer be redirected after the purchase has been completed?

  • reference object required
  • reference1 string
  • reference2 string
Responses

successfuly updated session

Loading...