{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Transaction API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transaction", "type": "folder" }, "items": [ { "info": { "name": "Initialize Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/transaction/initialize", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new transaction" }, { "info": { "name": "Verify Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/verify/:reference", "params": [ { "name": "reference", "value": "", "type": "path", "description": "The transaction reference to verify" } ] }, "docs": "Verify Transaction" }, { "info": { "name": "List Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction", "params": [ { "name": "perPage", "value": "", "type": "query", "description": "Number of records to fetch per page" }, { "name": "page", "value": "", "type": "query", "description": "The section to retrieve" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "List Transactions" }, { "info": { "name": "Fetch Transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the transaction to fetch" } ] }, "docs": "Fetch Transaction" }, { "info": { "name": "Fetch Transaction Timeline", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/timeline/:id_or_reference", "params": [ { "name": "id_or_reference", "value": "", "type": "path" } ] }, "docs": "Fetch Transaction Timeline" }, { "info": { "name": "Transaction Totals", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/totals", "params": [ { "name": "perPage", "value": "", "type": "query", "description": "Number of records to fetch per page" }, { "name": "page", "value": "", "type": "query", "description": "The section to retrieve" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "Transaction Totals" }, { "info": { "name": "Export Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/export", "params": [ { "name": "perPage", "value": "", "type": "query", "description": "Number of records to fetch per page" }, { "name": "page", "value": "", "type": "query", "description": "The section to retrieve" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "Export Transactions" }, { "info": { "name": "Charge Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/transaction/charge_authorization", "body": { "type": "json", "data": "{}" } }, "docs": "Charge Authorization" }, { "info": { "name": "Check Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/transaction/check_authorization", "body": { "type": "json", "data": "{}" } }, "docs": "Check Authorization" }, { "info": { "name": "Partial Debit", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/transaction/partial_debit", "body": { "type": "json", "data": "{}" } }, "docs": "Partial Debit" }, { "info": { "name": "Get Transaction Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/:id/event", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Transaction Event" }, { "info": { "name": "Get Transaction Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/transaction/:id/session", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Transaction Session" } ] } ], "bundled": true }