{ "opencollection": "1.0.0", "info": { "name": "Synchrony Financial Credit Authorization Applications Payments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Submit Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.syf.com/v1/authorizations/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Processes a payment to a customer's Synchrony credit account. Payments reduce the outstanding balance on the account." } ] } ], "bundled": true }