{ "opencollection": "1.0.0", "info": { "name": "Synchrony Financial Credit Authorization Applications Refunds API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Create Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.syf.com/v1/authorizations/refunds", "body": { "type": "json", "data": "{}" } }, "docs": "Processes a refund to a customer's Synchrony credit account, crediting the specified amount back to the account." } ] } ], "bundled": true }