{ "opencollection": "1.0.0", "info": { "name": "SheevaConnect Authentication Payments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Get Supported Payment Methods", "type": "http" }, "http": { "method": "GET", "url": "https://us-apis.sheeva.ai/v2/partner-apis/payments/supported-payment-methods", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ] }, "docs": "Get Supported Payment Methods" }, { "info": { "name": "Authorize Payment", "type": "http" }, "http": { "method": "POST", "url": "https://us-apis.sheeva.ai/v2/partner-apis/payments/authorize-transaction", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sending demoMode=1 would run a transaction with fake payment and will not activate the pump, charger or the parking lot. This helps with simulated testing in the sandbox / development.\n" }, { "info": { "name": "Payment Status", "type": "http" }, "http": { "method": "GET", "url": "https://us-apis.sheeva.ai/v2/partner-apis/payments/upi/payment-status", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ] }, "docs": "Payment Status" } ] } ], "bundled": true }