{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Customer API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/customer", "params": [ { "name": "use_cursor", "value": "", "type": "query" }, { "name": "next", "value": "", "type": "query" }, { "name": "previous", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List customers on your integration" }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/customer", "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer" }, { "info": { "name": "Fetch Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/customer/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Fetch Customer" }, { "info": { "name": "Update Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paystack.co/customer/:code", "params": [ { "name": "code", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Customer" }, { "info": { "name": "White/blacklist Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/customer/set_risk_action", "body": { "type": "json", "data": "{}" } }, "docs": "Set customer's risk action by whitelisting or blacklisting the customer" }, { "info": { "name": "Deactivate Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/customer/deactivate_authorization", "body": { "type": "json", "data": "{}" } }, "docs": "Deactivate a customer's card" }, { "info": { "name": "Validate Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/customer/:code/identification", "body": { "type": "json", "data": "{}" } }, "docs": "Validate a customer's identity" } ] } ], "bundled": true }