v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBFees
Get fees
Gets a list of fees.
get/config/fees
Query parameters
pageinteger
Number of pages returned. Returns one page of results when set to 0.
sizeinteger
Number of objects returned per page.
Response
Successfully returns list of fees.
Example response
{
"sort": [
{
"direction": "ASC",
"nullHandling": "NULLS_FIRST",
"ascending": true
}
],
"content": [
{
"value": 2,
"currency_code": "USD",
"role_type": "SENDING",
"payment_type": "REGULAR",
"node_type": "INITIAL",
"fee_type": "FLAT_RATE",
"partner_name": "rn.us.ca.san_francisco",
"account_name": "conct_usd_sf",
"upper_limit": 1000,
"feeId": "7740f31c-ca03-4414-b491-b285aef71eb1",
"payout_method": "LOCAL_RAILS",
"fee_category": "BENEFICIARY_BANK_CHARGE"
}
]
}