Skip to main content
GET
Get mandate status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique mandate identifier.

Response

Mandate details

id
string
Example:

"mnd_01h8a9bc"

status
enum<string>
Available options:
ACTIVE,
EXPIRED,
REVOKED
Example:

"ACTIVE"

authorizedAmount
string
Example:

"100000000"

remainingAmount
string
Example:

"80000000"

payerWallet
string
Example:

"0x1234567890abcdef1234567890abcdef12345678"

recipientWallet
string
Example:

"0xabcdef1234567890abcdef1234567890abcdef12"

expiresAt
string<date-time>
Last modified on September 19, 2026