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
id
string
Unique identifier for the Session.
type
enum
The type of Session. Must be balance_transfer
status
enum
Status of the Session. One of active
or inactive
balance_transfer
object, null
The balance transfer object to be processed.
created_at
string
Timestamp of when the Session was created.
updated_at
string
Timestamp of when the Session was last updated.