{ "opencollection": "1.0.0", "info": { "name": "Coinme Crypto-as-a-Service AuthLinkResult Paymentmethods API", "version": "1.2" }, "items": [ { "info": { "name": "Paymentmethods", "type": "folder" }, "items": [ { "info": { "name": "Get All Payment Methods", "type": "http" }, "http": { "method": "GET", "url": "https://caas.coinme.com/services/paymentmethods", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "query", "description": "Unique customer identifier" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Method for fetching all payment methods for a specific customer" }, { "info": { "name": "Add Card Payment Method", "type": "http" }, "http": { "method": "POST", "url": "https://caas.coinme.com/services/paymentmethods", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Method for adding new card for customer" }, { "info": { "name": "Get Payment Method", "type": "http" }, "http": { "method": "GET", "url": "https://caas.coinme.com/services/paymentmethods/:paymentMethodId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "params": [ { "name": "paymentMethodId", "value": "", "type": "path", "description": "ID of payment method to get details of" }, { "name": "customerId", "value": "", "type": "query", "description": "Unique customer identifier" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Method for fetching a payment method by id" }, { "info": { "name": "Delete Payment Method", "type": "http" }, "http": { "method": "DELETE", "url": "https://caas.coinme.com/services/paymentmethods/:paymentMethodId", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "params": [ { "name": "paymentMethodId", "value": "", "type": "path", "description": "ID of payment method to delete" }, { "name": "customerId", "value": "", "type": "query", "description": "Unique customer identifier" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Method for deleting a payment method" }, { "info": { "name": "Get Payment Method Status", "type": "http" }, "http": { "method": "GET", "url": "https://caas.coinme.com/services/paymentmethods/status", "headers": [ { "name": "Authorization", "value": "" }, { "name": "User-Agent", "value": "" } ], "params": [ { "name": "customerId", "value": "", "type": "query", "description": "Unique customer identifier" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Check if a customer has reached their payment method limits. Returns the status of various payment method thresholds to determine if the customer can add additional payment methods." } ] } ], "bundled": true }