We are pioneers in providing all-inclusive Tech3 solutions through a user-friendly API. Our team of visionaries will ensure that your business undergoes a smooth transition from the traditional Tech 2.0 to Tech 3.0. We aim to provide all our clients with the necessary resources to stay ahead of the ever-evolving tech curve. We are your one-stop solution for all your business's Tech3 needs.
curl --request POST \
--url https://api.snd.gsxsolutions.com/wallets/wallet_uuid/service-fees \
--header 'Accept: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSlTBD...' \
--header 'Content-Type: application/json' \
--header 'Version: 2021-11-18' \
--data '{
"service_fee": {
"external_id": "string",
"description": "string",
"calc_type": "UPCHARGE",
"category": {
"transaction_fee": {
"value": {
"amount": 0
}
}
}
}
}'