Get session details

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
Path Params
string
required

The id of the session

Headers
string
required

The host declared in the signature

string
required

The date declared in the signature

string
required

The digest declared in the signature

string
required

The signature of the request

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json
text/plain