{ "opencollection": "1.0.0", "info": { "name": "Merchant API Credit Card Callback", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-auth-account-id", "value": "{{x-auth-account-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Sale", "type": "folder" }, "items": [ { "info": { "name": "postsale", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-sale-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Authorize", "type": "folder" }, "items": [ { "info": { "name": "postauthorize", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-authorize-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Pre authorize", "type": "folder" }, "items": [ { "info": { "name": "postpre-authorize", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-pre-authorize-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Credit", "type": "folder" }, "items": [ { "info": { "name": "postcredit", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-credit-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Process", "type": "folder" }, "items": [ { "info": { "name": "postprocess", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-process-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "P2P", "type": "folder" }, "items": [ { "info": { "name": "postp2p", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-p2p-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Cancel", "type": "folder" }, "items": [ { "info": { "name": "postcancel", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-cancel-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Cancel recurring", "type": "folder" }, "items": [ { "info": { "name": "postcancel-recurring", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-cancel-recurring-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Capture", "type": "folder" }, "items": [ { "info": { "name": "postcapture", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-capture-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Incremental authorize", "type": "folder" }, "items": [ { "info": { "name": "postincremental-authorize", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-incremental-authorize-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "Refund", "type": "folder" }, "items": [ { "info": { "name": "postrefund", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-refund-address", "body": { "type": "json", "data": "{}" } } } ] }, { "info": { "name": "3DS authentication required", "type": "folder" }, "items": [ { "info": { "name": "post3DS-submit", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:10010/v3/registered-3DS-submit-address", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }