v1
latestOpenAPI 3.1.02026-07-26500375.1 KBUpdate Sub-Account Fees
This following endpoint allows master accounts to manage fees for subaccounts
post/merchants/subaccount/fee
Request body
Response
200
Example response
{
"message": "Merchant Fee has been updated successfully",
"data": {
"id": "mer_x6EzWyIeVX3831",
"payment_fees": [
{
"payment_method_id": "GOPAY",
"fixed_fee": "500",
"percentage_fee": "3"
}
],
"disbursement_fees": {
"type": "percentage",
"fee": "30"
}
}
}