cURL
curl --request POST \ --url https://api.example.com/data/retrieve \ --header 'Content-Type: application/json' \ --data ' { "merchant_id": "m0100", "merchant_customer_id": "HsCustomer1", "card_reference": "3ffdf1e5-7f38-4f26-936f-c66a6f4296fa" } '
{ "status": "Ok", "payload": { "card": { "card_number": "<string>", "name_on_card": "<string>", "card_exp_month": "<string>", "card_exp_year": "<string>", "card_brand": "<string>", "card_isin": "<string>", "nick_name": "<string>" } } }
Retrieve sensitive data from the locker
The request body might be JWE + JWS encrypted when using middleware
"m0100"
"HsCustomer1"
"3ffdf1e5-7f38-4f26-936f-c66a6f4296fa"
Retrieve Data Response
Response received with the sensitive data, associated to the card reference
Ok
Show child attributes
Was this page helpful?