Table of Contents
ToggleRequest address
GET: https://mapi.ttrpay.net/api/v1/issuing/cards
Headers:
Authorization Bearer <token>
Return parameters
Result success:
Success get list cards
Success get list cards
{
"status": true,
"data": [
{
"id": "39",
"name": "Vo Danla",
"exp_month": "5",
"exp_year": "2025",
"virtual_account_id": "208",
"last4": "6642",
"status": "active",
"created_at": "2025-11-11 07:54:24",
"spending_constraint": {
"country_rule": {
"countries": [],
"restriction": "allowlist"
},
"spending_rule": {
"limit": {
"amount_cents": 50000,
"preset": "collective",
"start_date": "2025-11-11"
},
"size_limit": {
"minimum": { "amount_cents": 0 },
"maximum": { "amount_cents": 100000 }
}
}
}
},
{
"id": "38",
"name": "Vie Hao",
"exp_month": "6",
"exp_year": "2038",
"virtual_account_id": "238",
"last4": "0308",
"status": "active",
"created_at": "2025-11-05 09:22:15",
"spending_constraint": {
"country_rule": {
"countries": [],
"restriction": "allowlist"
},
"spending_rule": {
"limit": {
"amount_cents": 50000,
"preset": "collective",
"start_date": ""
},
"size_limit": {
"minimum": { "amount_cents": 0 },
"maximum": { "amount_cents": 100000 }
}
}
}
}
]
}
}
Result failed:
{
"status":false,
"message": "Invalid or malformed token",
"error": "Expired token"
}
