curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/eligibility' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"eligible": true,
"enrolled": false,
"status": null
}
}
Check whether your account has been granted access to apply for the Card Issuer Program
curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/eligibility' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"eligible": true,
"enrolled": false,
"status": null
}
}
Bearer YOUR_ACCESS_TOKENeligible is false, contact your account manager — there is no API call to change this yourself.curl -X GET 'https://crypto-api.yativo.com/api/v1/card-issuer/eligibility' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"eligible": true,
"enrolled": false,
"status": null
}
}