Skip to main content
GET
/
api
/
ap2
/
mandates
/
{card_id}
List mandates for a card
curl --request GET \
  --url https://mag3nt.com/api/ap2/mandates/{card_id} \
  --header 'Authorization: Bearer <token>'
{
  "mandates": [
    {
      "mandate_id": "<string>",
      "merchant": "<string>",
      "amount": 123,
      "status": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Session token from POST /api/auth/verify

Path Parameters

card_id
string
required

Response

200 - application/json

Mandates list

mandates
object[]