v1
latestOpenAPI 3.1.02026-07-26500375.1 KBFetch Sub-Account Fees
The following endpoint retrieves fees of a single subaccount
get/merchants/subaccount/fee/{id}
Path parameters
idstring required
Unique identifier of the subaccount, which can be taken from the response of Register subaccount API or Fetch Subaccount API
Response
200
Example response
{
"data": {
"subaccounts": [
{
"id": "mer_6VFgScbAcL7612",
"name": "Demo Sub Mercahnt",
"is_enabled": true,
"subaccount_ref_id": "reference_demo_001"
}
],
"total_count": 2
}
}