v1

latestOpenAPI 3.0.32026-07-2484569553.1 KB
Mandates

Start authorization flow

Start the authorization flow for a mandate.

This API can be called:

  • using the mandate_token associated with the Mandate you are trying to fetch; or
  • using a backend bearer token.
post/v3/mandates/{id}/authorization-flow

Path parameters

idstring required

Unique ID for the mandate

Example:be6db706-68f1-4e9c-ab09-b83d8e3ea60d

ID of the Mandate

Headers

Idempotency-Keystring

An idempotency key to allow safe retrying without the operation being performed multiple times. The value should be unique for each operation (we strongly advise to use a UUID v4), with the same key being sent on a retry of the same request.

Tl-Signaturestring

A JWS with detached content, signed with your private key. See Request Signing.

Required with a OAuth2 token.

Response

Mandate Authorization Flow