{ "opencollection": "1.0.0", "info": { "name": "Teya FX Captures Refunds API", "version": "1.0.0" }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Process a refund of a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.teya.com/v3/refunds", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "API to process the refund of a previous transaction.\n\nThe operation is performed as either a refund or a user-initiated reversal." }, { "info": { "name": "Process a refund of a transaction (Poslink V2)", "type": "http" }, "http": { "method": "POST", "url": "https://api.teya.com/poslink/v2/refunds", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API call is used to process the refund of a previous transaction using the POSLink V2 endpoint." } ] } ], "bundled": true }