{ "opencollection": "1.0.0", "info": { "name": "Synchrony Financial Credit Authorization Applications Purchases API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Purchases", "type": "folder" }, "items": [ { "info": { "name": "Create Purchase Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://api.syf.com/v1/authorizations/purchases", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a purchase transaction against a Synchrony credit account. Supports both payment token and full account number submission. Returns an authorization code upon approval." } ] } ], "bundled": true }