v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Fees

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.

firstboolean

true if this is the first page.

lastboolean

true if this is the last page.

numberinteger

page number

numberOfElementsinteger

Number Of elements in this request

sizeinteger

page size

totalElementsinteger

Total number of elements for the given request

totalPagesinteger

Total number of pages for the given request

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"
    }
  ]
}