This service is used to create a new prepaid card for an existing customer.
Request
Body Params application/json
{
"CustomerNo": "88387526",
"ProductId": "921",
"ChannelCode": "BR",
"EmbossName1": "QUI SUNT",
"EmbossName2": "EX VENIAM",
"CardBranch": 444,
"CardPostType": "P",
"CardDeliveryBranch": 444,
"PinPostType": "P",
"PinDeliveryBranch": 444,
"CardPostIdx": 1,
"PinPostIdx": 1,
"BankAccountCurrency": 978,
"BankAccountNo": 451685,
"BankAccountName": "PARIATUR DOLOR",
"AllowRenewal": "Y",
"BankAccountBranch": 444,
"FinancialType": "ST"
}
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/CreatePrepaidCard' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"CustomerNo": "88387526",
"ProductId": "921",
"ChannelCode": "BR",
"EmbossName1": "QUI SUNT",
"EmbossName2": "EX VENIAM",
"CardBranch": 444,
"CardPostType": "P",
"CardDeliveryBranch": 444,
"PinPostType": "P",
"PinDeliveryBranch": 444,
"CardPostIdx": 1,
"PinPostIdx": 1,
"BankAccountCurrency": 978,
"BankAccountNo": 451685,
"BankAccountName": "PARIATUR DOLOR",
"AllowRenewal": "Y",
"BankAccountBranch": 444,
"FinancialType": "ST"
}'
Responses
{
"ResultObject": {
"CardNo": "54635499itjcek15",
"ExpiryDate": 0
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2026-05-07 07:20:56