Run in Apidog
This service is used to create a new debit card for a customer. It takes the customer’s identification and account details as input and generates a debit card record in the issuer’s system.
Request Body Params application/json
{
"CustomerNo" : "5253499103" ,
"ApplicationNo" : "6518677767" ,
"ProductId" : "922" ,
"EmbossName1" : "string" ,
"EmbossName2" : "string" ,
"CardBranch" : 1 ,
"CardPostType" : "P" ,
"CardDeliveryBranch" : 1 ,
"PinPostType" : "P" ,
"PinDeliveryBranch" : 1 ,
"CardPostIdx" : 1 ,
"PinPostIdx" : 1 ,
"BankAccountCurrencyCode" : 0 ,
"BankAccountNo" : 0 ,
"BankAccountName" : "string" ,
"AllowRenewal" : "Y" ,
"BonusAuthorizedCardNo" : "54129200xhuypt17" ,
"BankAccountBranch" : 1 ,
"FinancialType" : "ST" ,
"ChannelCode" : "API"
} Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/Integration/CreateDebitCard' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"CustomerNo": "5253499103",
"ApplicationNo": "6518677767",
"ProductId": "922",
"EmbossName1": "string",
"EmbossName2": "string",
"CardBranch": 1,
"CardPostType": "P",
"CardDeliveryBranch": 1,
"PinPostType": "P",
"PinDeliveryBranch": 1,
"CardPostIdx": 1,
"PinPostIdx": 1,
"BankAccountCurrencyCode": 0,
"BankAccountNo": 0,
"BankAccountName": "string",
"AllowRenewal": "Y",
"BonusAuthorizedCardNo": "54129200xhuypt17",
"BankAccountBranch": 1,
"FinancialType": "ST",
"ChannelCode": "API"
}' Responses
{
"ResultObject" : {
"CardNo" : "54635410xzaitu15" ,
"ExpiryDate" : 0
} ,
"Result" : 0 ,
"ReturnDescription" : "Successfully completed." ,
"ApprovalRefNumber" : 0
} Modified at 2025-11-13 19:49:31