Create debit card product
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
"productName": "DEBIT_PHYSICAL_01",
"productCode": "DEBIT_PHYSICAL""productScheme": "MASTERCARD",
"productClass": "DEBIT",
"productType": "PHYSICAL""accountOwnerTypeCode": "PRIVATE""currencyCode": "EUR",
"settlementCurrencyCode": "EUR" //The currency that is used for bank transactions. This is an informational field only. This means that although you enter a value for the settlement currency, this parameter is not used in any process. The value is defined between the bank and the scheme."reportingProductCode": "DC0001""design": {
"defaultDesignId": "01",
"allowedDesignIds": [
"01"
]
}"pricing": {
"defaultPriceListCode": "DEBIT2023",
"allowedPriceListCodes": [
"DEBIT2023",
"PRICELIST-01"
]
}"profileId": "ID-1" //It is the agreed value with the personalisation centre by the issuer."bin": "483312",
"binAdditional": "12",
"panLength": 16,
"panNumberRange": {
"startValue": 1111,
"endValue": 9999
}"limitGroups": {
"upperGroupName": "DEBIT2023_LIMIT_GROUP",
"defaultGroupName": "DEBIT2023_LIMIT_GROUP",
"allowedGroupNames": [
"DEBIT2023_LIMIT_GROUP",
"HIGH_LIMIT_GROUP"
]
},
"usageGroups": {
"upperGroupName": "ALL_ALLOWED",
"defaultGroupName": "ALL_ALLOWED",
"allowedGroupNames": [
"ALL_ALLOWED"
]
}"defaultExpiryMonths": 5,
"tokenisationAuthenticationRequired": true,
"needsAcceptance": true,
"orderPlasticAutomatically": true,
"usableBeforeDelivery": true,
"cardDeliveryMethod": "POST",
"pinDeliveryMethod": "DIGIPIN",
"cardVendorId": "11",
"tenantCode": "MB",
"replaceable": true,
"avsRequired": true,
"additionalCardAllowed": true,
"renewable": true{
"productName": "DEBIT_PHYSICAL_01",
"productScheme": "MASTERCARD",
"productClass": "DEBIT",
"productType": "PHYSICAL",
"accountOwnerTypeCode": "PRIVATE",
"issuingCountryCode": "EE",
"currencyCode": "EUR",
"settlementCurrencyCode": "EUR",
"reportingProductCode": "DC0001",
"design": {
"defaultDesignId": "01",
"allowedDesignIds": [
"01"
]
},
"pricing": {
"defaultPriceListCode": "DEBIT2023",
"allowedPriceListCodes": [
"DEBIT2023",
"PRICELIST-01"
]
},
"profileId": "ID-1",
"bin": "483312",
"binAdditional": "12",
"panLength": 16,
"panNumberRange": {
"startValue": 1111,
"endValue": 9999
},
"defaultExpiryMonths": 5,
"tokenisationAuthenticationRequired": true,
"needsAcceptance": true,
"orderPlasticAutomatically": true,
"usableBeforeDelivery": true,
"cardDeliveryMethod": "POST",
"pinDeliveryMethod": "DIGIPIN",
"cardVendorId": "11",
"tenantCode": "MB",
"limitGroups": {
"upperGroupName": "DEBIT2023_LIMIT_GROUP",
"defaultGroupName": "DEBIT2023_LIMIT_GROUP",
"allowedGroupNames": [
"DEBIT2023_LIMIT_GROUP",
"HIGH_LIMIT_GROUP"
]
},
"usageGroups": {
"upperGroupName": "ALL_ALLOWED",
"defaultGroupName": "ALL_ALLOWED",
"allowedGroupNames": [
"ALL_ALLOWED"
]
},
"productCode": "DEBIT_PHYSICAL",
"replaceable": true,
"avsRequired": true,
"additionalCardAllowed": true,
"renewable": true
}curl --location 'https://card-api.sandbox.tuumplatform.com/api/v3/cards/product' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDYtMjhUMTI6NDY6NTYiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2ODc5NTY0MTZ9.1WP6V5GX-tmvu2nFR2vSN7uTxq58SU0stCrRIXmDe-w' \
--header 'x-channel-code: system' \
--header 'Content-Type: application/json' \
--data '{
"productName": "DEBIT_PHYSICAL_01",
"productScheme": "MASTERCARD",
"productClass": "DEBIT",
"productType": "PHYSICAL",
"accountOwnerTypeCode": "PRIVATE",
"issuingCountryCode": "EE",
"currencyCode": "EUR",
"settlementCurrencyCode": "EUR",
"reportingProductCode": "DC0001",
"design": {
"defaultDesignId": "01",
"allowedDesignIds": [
"01"
]
},
"pricing": {
"defaultPriceListCode": "DEBIT2023",
"allowedPriceListCodes": [
"DEBIT2023",
"PRICELIST-01"
]
},
"profileId": "ID-1",
"bin": "483312",
"binAdditional": "12",
"panLength": 16,
"panNumberRange": {
"startValue": 1111,
"endValue": 9999
},
"defaultExpiryMonths": 5,
"tokenisationAuthenticationRequired": true,
"needsAcceptance": true,
"orderPlasticAutomatically": true,
"usableBeforeDelivery": true,
"closedLoop": false,
"cardDeliveryMethod": "POST",
"pinDeliveryMethod": "DIGIPIN",
"cardVendorId": "11",
"tenantCode": "MB",
"limitGroups": {
"upperGroupName": "DEBIT2023_LIMIT_GROUP",
"defaultGroupName": "DEBIT2023_LIMIT_GROUP",
"allowedGroupNames": [
"DEBIT2023_LIMIT_GROUP",
"HIGH_LIMIT_GROUP"
]
},
"usageGroups": {
"upperGroupName": "ALL_ALLOWED",
"defaultGroupName": "ALL_ALLOWED",
"allowedGroupNames": [
"ALL_ALLOWED"
]
},
"productCode": "DEBIT_PHYSICAL",
"replaceable": true,
"avsRequired": true,
"additionalCardAllowed": true,
"renewable": true
}'{
"errors": null,
"validationErrors": null,
"data": null
}