{ "opencollection": "1.0.0", "info": { "name": "BVNK API Endpoints Payments API", "version": "1.0.1" }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "List Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.bvnk.com/api/v1/pay/summary", "params": [ { "name": "merchantId", "value": "", "type": "query", "description": "Merchant identifier" }, { "name": "customerReference", "value": "REF123", "type": "query", "description": "Customer reference" }, { "name": "paymentExternalId", "value": "5C8D8D78-366A-4AFB-B658-A64CE543C5DB", "type": "query", "description": "Merchant payment uuid" }, { "name": "fromDate", "value": "2023-03-30", "type": "query", "description": "Start date" }, { "name": "toDate", "value": "2023-03-30", "type": "query", "description": "End date" }, { "name": "offset", "value": "", "type": "query", "description": "Offset" }, { "name": "max", "value": "", "type": "query", "description": "Maximum number of items in response" }, { "name": "status", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query", "description": "Ordering direction" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a list of payments on a specific Merchant ID" }, { "info": { "name": "Create payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.bvnk.com/api/v1/pay/summary", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a payment, either type IN or type OUT." }, { "info": { "name": "Get Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.bvnk.com/api/v1/pay/:uuid/summary", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "merchant payment uuid" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves details of a specific payment using the UUID of the payment." }, { "info": { "name": "Validate Address", "type": "http" }, "http": { "method": "PUT", "url": "https://api.sandbox.bvnk.com/api/v1/pay/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validates that a crypto address is correct.\n\nUse this endpoint to validate that an address exists, is correctly formatted, and includes all the required data. This endpoint can help prevent your end users losing funds when submitting a payout." } ] } ], "bundled": true }