Authorization: Bearer ********************curl --location '/card-issuing/configuration' \
--header 'Authorization: Bearer <token>'[
{
"id": "CIC123456",
"name": "Test Config",
"program": {
"cardProduct": "CONSUMER",
"cardType": "VIRTUAL",
"cardCurrency": "EUR",
"cardIssuingCountry": "FR",
"cardBrand": "VISA",
"cardModeType": "DEBIT",
"cardBin": "41506500"
},
"inventory": {
"totalQuantity": 0,
"availableQuantity": 0,
"frozenQuantity": 0,
"safetyStock": 0
},
"policy": {
"enableAuthorizationRelay": true,
"authorizationRelayUrl": "https://auth-relay.example.com",
"enableCardVirtualAccount": true,
"cardFundingAccount": {
"id": "AC123456",
"groupCode": "EUR20",
"currency": "EUR"
}
},
"issuedCardCount": 0,
"enabled": true,
"createdTime": "2026-01-01T00:00:00Z",
"updatedTime": "2026-01-01T00:00:00Z"
}
]