This service is used to create a new prepaid card for an existing customer.
Request
Body Params application/json
{
"CustomerNo": "5253499103",
"ProductId": "921",
"ChannelCode": "API",
"EmbossName1": "string",
"EmbossName2": "string",
"CardBranch": 1,
"CardPostType": "P",
"CardDeliveryBranch": 1,
"PinPostType": "P",
"PinDeliveryBranch": 1,
"CardPostIdx": 1,
"PinPostIdx": 1,
"BankAccountCurrencyCode": 978,
"BankAccountNo": 0,
"BankAccountName": "string",
"AllowRenewal": "Y",
"BonusAuthorizedCardNo": "",
"BankAccountBranch": 1,
"FinancialType": "ST"
}
Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/Integration/CreatePrepaidCard' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"CustomerNo": "5253499103",
"ProductId": "921",
"ChannelCode": "API",
"EmbossName1": "string",
"EmbossName2": "string",
"CardBranch": 1,
"CardPostType": "P",
"CardDeliveryBranch": 1,
"PinPostType": "P",
"PinDeliveryBranch": 1,
"CardPostIdx": 1,
"PinPostIdx": 1,
"BankAccountCurrencyCode": 978,
"BankAccountNo": 0,
"BankAccountName": "string",
"AllowRenewal": "Y",
"BonusAuthorizedCardNo": "",
"BankAccountBranch": 1,
"FinancialType": "ST"
}'
Responses
{
"ResultObject": {
"CardNo": "54635499itjcek15",
"ExpiryDate": 0
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:45:11