Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{
"external_customer_id":"{{external_customer_id}}"
}
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/cards' \
--header 'x-client-id;' \
--header 'api-version: 3' \
--header 'Accept-Language: tr' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_customer_id":"MTD0018232"
}'
{
"data": [
{
"id": 2,
"uuid": "64120991-8E5B-4526-8E4D-43B1701CB53B",
"customer_id": 1,
"card_holder": "John Due",
"card_association": "Visa",
"card_family": null,
"card_token": "a0334f0e1b9c0c3422492e09d44c5ac2",
"card_expiry": "05/28",
"card_mask": "404809******7528",
"active": true,
"customer_external_id": "1801262568"
}
],
"success": true,
"code": 0,
"message": ""
}