{ "opencollection": "1.0.0", "info": { "name": "Conekta Antifraud Transactions API", "version": "2.2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.conekta.io/transactions", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The numbers of items to return, the maximum value is 250" }, { "name": "next", "value": "", "type": "query", "description": "next page" }, { "name": "previous", "value": "", "type": "query", "description": "previous page" }, { "name": "id", "value": "", "type": "query", "description": "id of the object to be retrieved" }, { "name": "charge_id", "value": "", "type": "query", "description": "id of the charge used for filtering" }, { "name": "type", "value": "", "type": "query", "description": "type of the object to be retrieved" }, { "name": "currency", "value": "", "type": "query", "description": "currency of the object to be retrieved" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get transaction details in the form of a list" }, { "info": { "name": "Get transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.conekta.io/transactions/:id", "headers": [ { "name": "Accept-Language", "value": "" }, { "name": "X-Child-Company-Id", "value": "6441b6376b60c3a638da80af" } ], "params": [ { "name": "id", "value": "6307a60c41de27127515a575", "type": "path", "description": "Identifier of the resource" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the details of a transaction" } ] } ], "bundled": true }