Mandates
Create Mandate
Create a new payment mandate for a specific transaction context.
Authentication Required: Private API Key
- Requires
X-API-Key: <private_key>
header - Private key validates customer and grants mandate creation access
Additional Requirements:
X-User-ID
andX-Request-ID
headers required- Mandate data in request body
POST
Authorizations
Private API key for full access to SDK operations
Headers
Unique request identifier for tracing and debugging. Auto-generated if not provided.
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