{ "opencollection": "1.0.0", "info": { "name": "Global Payments Unified Payments Disputes Payment Methods API", "version": "1.0" }, "items": [ { "info": { "name": "Payment Methods", "type": "folder" }, "items": [ { "info": { "name": "List payment methods", "type": "http" }, "http": { "method": "GET", "url": "https://apis.globalpay.com/payment-methods" }, "docs": "Retrieves stored payment methods for a given customer including tokenized card data." }, { "info": { "name": "Store a payment method", "type": "http" }, "http": { "method": "POST", "url": "https://apis.globalpay.com/payment-methods", "body": { "type": "json", "data": "{}" } }, "docs": "Tokenizes and stores a new payment method for future use." } ] } ], "bundled": true }