Mandate API
Get Session
Retrieve the status of a setup session.
GET
Once a user completes the setup process on the
setupUrl, you can retrieve the status of the session to get the resulting intentMandate. Alternatively, you can listen for the delegate.created webhook.
Headers
string
required
Your merchant identifier.
string
required
Your merchant API key.
Path Parameters
string
required
The token generated during
Create Setup Session.Response
string
The status of the session (
pending, completed, failed).string
The token your agent uses to authorize charges (only present if
status is completed).