{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances Virtual Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Virtual Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Virtual Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/users/:userId/virtual-accounts", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" } ] }, "docs": "Retrieve virtual accounts for a user" }, { "info": { "name": "Create Virtual Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/users/:userId/virtual-accounts", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new virtual account for a user" }, { "info": { "name": "Simulate virtual account deposit", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/sandbox/users/:userId/virtual-accounts/:virtualAccountId/deposit", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" }, { "name": "virtualAccountId", "value": "", "type": "path", "description": "The unique identifier for the virtual account" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Simulate a virtual account deposit for an active virtual account" } ] } ], "bundled": true }