curl --location 'https://api.trustpay.money/v4/fee-overview' \
--header 'Content-Type: application/json' \
--data '{
"sign": ""
}'{
"code": 880001,
"message": "Fee overview retrieved successfully",
"data": {
"fee_configs": [
{
"channel_id": 5,
"currency_id": "USD",
"business_type": 0,
"fee_rate": 0.3,
"fee_fixed_amount": 10,
"fee_min_amount": 0
}
],
"dispute_configs": [
{
"channel_id": 5,
"currency_id": "USD",
"chargeback_fee": 10,
"refund_fee_rate": 0.3,
"refund_fee_fixed_amount": 10
}
]
}
}