APIs related to Cards, Payments and Fees.
Entity type for service charge
Entity ID for service charge e.g. trip ID for entityType = TRIP
curl -i -X POST \
https://apis.spotnana.com/v2/service-charge/TRIP/1234567890/types/TMC_CHARGE/list \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"serviceType": "ITINERARY_BOOKING"
}'
{ "serviceCharges": [ { … } ] }