{ "opencollection": "1.0.0", "info": { "name": "Visa Acceptance Payments Captures Pay by Link API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pay by Link", "type": "folder" }, "items": [ { "info": { "name": "List Pay by Links", "type": "http" }, "http": { "method": "GET", "url": "https://api.visaacceptance.com/pts/v2/paybylinks", "params": [ { "name": "status", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of all payment links with their current status." }, { "info": { "name": "Create Pay by Link", "type": "http" }, "http": { "method": "POST", "url": "https://api.visaacceptance.com/pts/v2/paybylinks", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a payment link that can be shared with customers via email, SMS, or messaging apps. The link redirects customers to a hosted payment page." }, { "info": { "name": "Get Pay by Link", "type": "http" }, "http": { "method": "GET", "url": "https://api.visaacceptance.com/pts/v2/paybylinks/:linkId", "params": [ { "name": "linkId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific payment link including its status and transaction history." }, { "info": { "name": "Cancel Pay by Link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.visaacceptance.com/pts/v2/paybylinks/:linkId", "params": [ { "name": "linkId", "value": "", "type": "path" } ] }, "docs": "Cancel an active payment link so it can no longer be used for payments." } ] } ], "bundled": true }