{ "opencollection": "1.0.0", "info": { "name": "TRADING Account Refund API", "version": "1.0.0" }, "items": [ { "info": { "name": "Refund", "type": "folder" }, "items": [ { "info": { "name": "Cash-in Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.pro.coins.ph/openapi/fiat/v1/refund/pay-in-refund", "params": [ { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a refund for a cash-in transaction (only QRPH refund is supported)." }, { "info": { "name": "Get Payer Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.pro.coins.ph/openapi/fiat/refund/account", "params": [ { "name": "referenceId", "value": "", "type": "query", "description": "Reference ID for the transaction." }, { "name": "recvWindow", "value": "", "type": "query", "description": "Validity duration of the request in milliseconds after the timestamp." } ] }, "docs": "Retrieve payer account information for a specific reference ID." } ] } ], "bundled": true }