This returns the Trustap fee, in the currency's smallest unit, for a transaction involving goods with the supplied amount. See the Stripe documentation for more details.
Security
APIKey or OAuth2
Represents an additional charge to be paid by the buyer added to the transaction total. Use this field to include costs like processing fees or local taxes. Must be an integer provided in the smallest unit of the currency (for example, 500 for $5.00 USD). Defaults to 0 if not provided.
GET
- APIKey
- OAuth2
curl -i -X GET \
-u '<API_KEY>:' \
'https://api.test.trustap.com/v2/fees?currency=string&amount=0&amount_extra=0&amount_postage=0&payment_method=string&fees_config=0'Response
{ "buyer": 78, "config": 1, "seller": 0 }