{ "opencollection": "1.0.0", "info": { "name": "Genome Payments Host-to-Host API", "version": "1.0.0" }, "items": [ { "info": { "name": "Host-to-Host", "type": "folder" }, "items": [ { "info": { "name": "Process a card transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.genome.eu/api/pf/host-to-host", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a card transaction. The transaction_type parameter determines\nthe operation (AUTH, AUTH3D, SALE, SALE3D, SETTLE, REFUND, VOID, CHECK).\n" } ] } ], "bundled": true }