Skip to main content
POST
/
v1
/
yativo-card
/
{yativoCardId}
/
terms
curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/yativo_card_0xAbCd1234EfGh5678IjKl9012_1769031332068/terms' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
  -H 'Content-Type: application/json'
{
  "status": "success",
  "message": "Terms accepted successfully",
  "data": {
    "terms_accepted": true,
    "accepted_at": "2026-03-26T12:00:00Z",
    "terms_version": "2026-01"
  }
}

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.

Authorization
string
required
Bearer token: Bearer YOUR_ACCESS_TOKEN
This endpoint must be called after KYC is approved and before creating a card. Accepting terms is a one-time action per user.
curl -X POST 'https://crypto-api.yativo.com/api/v1/yativo-card/yativo_card_0xAbCd1234EfGh5678IjKl9012_1769031332068/terms' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
  -H 'Content-Type: application/json'
{
  "status": "success",
  "message": "Terms accepted successfully",
  "data": {
    "terms_accepted": true,
    "accepted_at": "2026-03-26T12:00:00Z",
    "terms_version": "2026-01"
  }
}