{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Balance Refunds API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Balance Refunds", "type": "folder" }, "items": [ { "info": { "name": "Create balance refund", "type": "http" }, "http": { "method": "POST", "url": "/v3/accounts/:account_token/creditbalancerefunds", "params": [ { "name": "account_token", "value": "", "type": "path", "description": "Unique identifier of the credit account for which you want to create a balance refund.\n\nSend a `GET` request to `/credit/accounts` to retrieve existing credit account tokens." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new balance refund, which can be issued to the account holder if their credit account balance is negative." } ] } ], "bundled": true }