v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBCards
Data
Retrieve Data from Locker
Retrieve sensitive data from the locker
post/data/retrieve
Headers
x-tenant-idstring
Request body
Example request
{
"merchant_id": "m0100",
"merchant_customer_id": "HsCustomer1",
"card_reference": "3ffdf1e5-7f38-4f26-936f-c66a6f4296fa"
}Response
Retrieve Data Response
Example response
{
"payload": {
"card": {
"card_number": "4242424242424242",
"card_exp_month": "24",
"card_exp_year": "24",
"card_holder_name": "John Test",
"card_cvc": "242",
"card_issuer": "chase",
"card_type": "CREDIT",
"card_issuing_country": "INDIA",
"card_issuing_country_code": "IN",
"bank_code": "JP_AMEX",
"nick_name": "John Test"
}
}
}