POST
/
api
/
v1
/
mandate
/
create
{
  "mandate_id": 123,
  "request_id": "<string>",
  "customer_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Private API key for full access to SDK operations

Headers

x-request-id
string | null

Unique request identifier for tracing and debugging. Auto-generated if not provided.

x-user-id
string
required

End-user identifier within a customer organization. Required for user-scoped operations.

Body

application/json

Request body for creating a mandate record. All fields are optional to allow flexibility in mandate creation.

Response

201
application/json

Successfully created mandate with unique ID and metadata

Mandate create response