API to change the state of the session

Responses

200 Ok

  • uid [string]: Unique ID of the payment
  • amount_unit [number]: Amount of the session in cents
  • residual_amount_unit [number]: Residual amount of the fund lock in cents
  • currency [string]: Currency of the session
  • status [string]: Status of the session (CLOSE)
  • type [string]: Type of payment that will be created on session completion

403 Forbidden or invalid authorization header

  • code [integer]: Error code
  • message [string]: Error message
Language