https://appwrite.io/v1/avatars/credit-cards/{code}The credit card endpoint will return you the icon of the credit card provider you need. Use width, height and quality arguments to change the output settings.
Credit Card Code. Possible values: amex, argencard, cabal, censosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, union-china-pay, visa, mir, maestro.
Image width. Pass an integer between 0 to 2000. Defaults to 100.
Image height. Pass an integer between 0 to 2000. Defaults to 100.
Image quality. Pass an integer between 0 to 100. Defaults to 100.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://appwrite.io/v1/avatars/credit-cards/{code}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://appwrite.io/v1/avatars/credit-cards/{code}The credit card endpoint will return you the icon of the credit card provider you need. Use width, height and quality arguments to change the output settings.
Credit Card Code. Possible values: amex, argencard, cabal, censosud, diners, discover, elo, hipercard, jcb, mastercard, naranja, targeta-shopping, union-china-pay, visa, mir, maestro.
Image width. Pass an integer between 0 to 2000. Defaults to 100.
Image height. Pass an integer between 0 to 2000. Defaults to 100.
Image quality. Pass an integer between 0 to 100. Defaults to 100.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://appwrite.io/v1/avatars/credit-cards/{code}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}