This service updates the annual fee status of a card.
Request
Body Params application/json
{
"CardNoList": [
"54635400ikinnw41"
],
"FeeStatu": false
}
Request Code Samples
curl --location --request PATCH 'https://hilarion.corpayss.net:8422/api/Integration/UpdateCardFeeStatus' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"CardNoList": [
"54635400ikinnw41"
],
"FeeStatu": false
}'
Responses
{
"ResultObject": true,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:37:21