{ "opencollection": "1.0.0", "info": { "name": "Kushki Card Payments Branches Charges API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Public-Merchant-Id", "value": "{{Public-Merchant-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Charges", "type": "folder" }, "items": [ { "info": { "name": "Kushki Create Card Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.kushkipagos.com/card/v1/charges", "body": { "type": "json", "data": "{}" } }, "docs": "Charge a previously tokenized card in a single step. Returns a ticketNumber used for void or refund." }, { "info": { "name": "Kushki Create Deferred Card Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.kushkipagos.com/card/v1/deferred", "body": { "type": "json", "data": "{}" } }, "docs": "Charge a card with deferred/installment terms. Specify months and rate_of_interest per the issuer's deferred catalog." } ] } ], "bundled": true }