Bu endpoint ile sahip olduğunuz kayıtlı kredi kartı bilgisini görüntüleyebilirsiniz.
GET https://api.ilkbyte.com/payment/stored-credit-card
Herhangi bir parametre göndermenize gerek yoktur.
{
"status": true,
"message": "Stored Credit Cards",
"error": null,
"data": {
"count": 1,
"stored-credit-cards": [
{
"id": 2747,
"card_number": "**** **** **00 0006",
"bank_name": "Akbank",
"card_name": "Axess",
"card_type": "MASTER_CARD",
"holder_name": "John Doe"
}
]
}
}