cURL
curl --request POST \ --url https://mag3nt.com/api/ap2/mandate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "card_id": "<string>", "card_token": "<string>", "amount": 123, "merchant": "<string>", "max_amount": 123, "expires_at": "2023-11-07T05:31:56Z" } '
{ "mandate_id": "<string>", "status": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.mag3nt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token from POST /api/auth/verify
Mandate created