curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/cards/b2dc97ab-03f9-49eb-c72f-95be13815278/void' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json'
{
"success": true,
"message": "Card terminated successfully",
"data": {
"card_id": "b2dc97ab-03f9-49eb-c72f-95be13815278",
"status": "Terminated",
"terminated_at": "2026-04-01T14:00:00.000Z"
}
}
Permanently terminate a customer’s card. This action is irreversible.
curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/cards/b2dc97ab-03f9-49eb-c72f-95be13815278/void' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json'
{
"success": true,
"message": "Card terminated successfully",
"data": {
"card_id": "b2dc97ab-03f9-49eb-c72f-95be13815278",
"status": "Terminated",
"terminated_at": "2026-04-01T14:00:00.000Z"
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENyativo_card_id.curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/customers/yativo_card_customer_8f9a..._1769031332068/cards/b2dc97ab-03f9-49eb-c72f-95be13815278/void' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json'
{
"success": true,
"message": "Card terminated successfully",
"data": {
"card_id": "b2dc97ab-03f9-49eb-c72f-95be13815278",
"status": "Terminated",
"terminated_at": "2026-04-01T14:00:00.000Z"
}
}