{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts Verifications API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Verifications", "type": "folder" }, "items": [ { "info": { "name": "Create A Verification", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/verifications", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a KYC verification (remitter, beneficiary, or standalone)." }, { "info": { "name": "Get A Verification", "type": "http" }, "http": { "method": "GET", "url": "https://api.dlocal.com/verifications/:verification_id", "params": [ { "name": "verification_id", "value": "", "type": "path" } ] }, "docs": "Get A Verification" }, { "info": { "name": "Update Verification State", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dlocal.com/verifications/:verification_id/state", "params": [ { "name": "verification_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Verification State" } ] } ], "bundled": true }