curl -X POST 'https://crypto-api.yativo.com/api/yativo-card/accept-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"
}
}
Accept the Yativo Card terms and conditions to proceed with card issuance
curl -X POST 'https://crypto-api.yativo.com/api/yativo-card/accept-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"
}
}
Bearer YOUR_ACCESS_TOKENcurl -X POST 'https://crypto-api.yativo.com/api/yativo-card/accept-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"
}
}