Sessions
The sessions endpoint
Sessions are a way for users to interact with Method Elements in a more stateful way. You will be able to create, update, and retrieve session data each time a user travels through the Element.
Method Session is currently only available for Method Balance Transfer.
Each Element Token will still expire 30 minutes after creation. If the element session is not completed within that time limit, another element token will need to be generated with the same session in order to resume.
Session Objects
Unique identifier for the Session.
The type of Session. Must be balance_transfer
Status of the Session. One of active
or inactive
The balance transfer object to be processed.
Timestamp of when the Session was created.
Timestamp of when the Session was last updated.