API to retrieve the detail of a specific session

Responses

200 Ok

  • id [string]: Unique ID of the fund lock
  • available [boolean]: If true, the fund lock is available to be used
  • consumer_uid [string]: Unique ID of the fund lock owner
  • amount_unit [number]: Amount of the payment in cents
  • currency [string]: Currency of the payment
  • expiration_date [date]: Fund lock expiration

403 Forbidden or invalid authorization header

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