v1
latestOpenAPI 3.0.02026-08-06102185472.3 KBFees
Update fee
Updates an existing fee.
put/config/fees/{id}
Path parameters
idstring uuid required
Provide the feeId of the fee you want to update.
Request body
Example request
{
"value": 0.025,
"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,
"payout_method": "LOCAL_RAILS",
"fee_category": "BENEFICIARY_BANK_CHARGE"
}Response
Successfully updated fee.
Example response
{
"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"
}