Used to get detailed information of a specified card.
Request
Body Params application/json
{
"user_id": 0,
"card_id": 0
}
Request Code Samples
curl --location --request POST '/card/get_info' \
--header 'Merchant-ID;' \
--header 'X-HMAC;' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"card_id": 0
}'
Responses
application/json {
"number": "1111112826444128",
"cvv": "195",
"expiry_date": "05/26",
"status": "ACTIVE",
"template_id": 1
}
Modified at 2025-02-09 10:56:23