{ "opencollection": "1.0.0", "info": { "name": "Taxation", "version": "3.0.0 - Last updated date:2026-07-15 18:19:18" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.mtn.com/v1/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Taxation", "type": "folder" }, "items": [ { "info": { "name": "Request for the taxable amount", "type": "http" }, "http": { "method": "POST", "url": "https://api.mtn.com/v1/:accountHolderId/reserve", "headers": [ { "name": "targetSystem", "value": "" }, { "name": "transactionId", "value": "" }, { "name": "x-authorization", "value": "" }, { "name": "x-country-code", "value": "" } ], "params": [ { "name": "accountHolderId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This operation retrieves the taxable amount of a transaction from the Ghana Revenue Authority. The endpoint supports e-levy calculations, MSISDN validation, country code processing, and comprehensive financial resource management with system endpoint routing." } ] } ], "bundled": true }