Skip to main content
GET
Get a mandate (ALPHA)

Authorizations

x-api-key
string
header
required

Path Parameters

mandate_id
string
required

Response

Mandate

id
string
status
enum<string>

expired is DERIVED, never stored - a pending or active mandate whose valid_until has passed. It cannot authorize payments and cannot be approved; it can still be cancelled.

Available options:
pending,
active,
expired,
rejected,
revoked,
done
bound_signer_id
string
target_names
string[]

DERIVED, display-only - the rule's recipient targets resolved to names, parallel to rule.targets (raw id on a miss). Absent for address/any target kinds. The ids in the rule remain the grant.

instruction_id
string
rule
object
valid_from
integer<int64>
valid_until
integer<int64>
approved_by_signer_id
string
approved_at
integer<int64>

Unix time of the §8 approval; absent until approved.

rejected_by_signer_id
string

The signer that cancelled the mandate while it was still pending (§8); absent otherwise.

revoked_by_signer_id
string

The signer that cancelled the mandate after activation (§8); absent otherwise.