Add fee configuration
POST
https://{{env}}-lb.simplifipay.com/v1/fees
Fee
Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/fees' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityType": "CARD_PROGRAM_TEMPLATE",
"entityUuid": "6afa4246-9ecd-4dd0-9c7e-240b04ae8929",
"fees": [
{
"feeOperationType": "PRIMARY_VIRTUAL_CARD_ISSUANCE,",
"feeStatusType": "ACTIVE",
"feeAmount": "5.10",
"currency": "USD",
"description": "ATM Withdrawal Fee",
"feesDetectType": "FIXED",
"feesUuid": "e00507d5-f5a0-4951-9037-2b15ab852c88"
}
]
}'
Response Response Example
{
"entityType": "CARD_PROGRAM_TEMPLATE",
"entityUuid": "6afa4246-9ecd-4dd0-9c7e-240b04ae8929",
"fees": [
{
"feeOperationType": "PRIMARY_VIRTUAL_CARD_ISSUANCE,",
"feeStatusType": "ACTIVE",
"feeAmount": "5.10",
"currency": "USD",
"description": "ATM Withdrawal Fee",
"feesDetectType": "FIXED",
"feesUuid": "e00507d5-f5a0-4951-9037-2b15ab852c88"
}
]
}
Request
Header Params
requestUuid
string
required
system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Body Params application/json
Responses
Modified at 2025-06-27 12:44:57