Add Fee event against card uuid in queue
POST
https://{{env}}-lb.simplifipay.com/v1/fees/application/card/{cardUuid}
Fee
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://uat-lb.simplifipay.com/v1/fees/application/card/' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"feeConfigUuid": "b767416b-e6d6-4e09-b741-daa211b4c60c"
}'
Response Response Example
201 - Example 1
{
"uuid": "bf4b513a-283d-4405-ae7b-2051e0be1bc0"
}
Request
Path Params
cardUuid
string
required
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