{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances Beneficiaries API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Beneficiaries", "type": "folder" }, "items": [ { "info": { "name": "List beneficiaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/users/:userId/beneficiaries", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve beneficiaries for a user" }, { "info": { "name": "Create beneficiary", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/users/:userId/beneficiaries", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new beneficiary for a user" }, { "info": { "name": "Get beneficiary", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/users/:userId/beneficiaries/:beneficiaryId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" }, { "name": "beneficiaryId", "value": "", "type": "path", "description": "The unique identifier for the beneficiary" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an existing beneficiary for a user" }, { "info": { "name": "Delete beneficiary", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cadanapay.com/v1/users/:userId/beneficiaries/:beneficiaryId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "path", "description": "The unique identifier for the user" }, { "name": "beneficiaryId", "value": "", "type": "path", "description": "The unique identifier for the beneficiary" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing beneficiary for a user" }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/beneficiaries", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ] }, "docs": "Retrieve beneficiaries" }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/beneficiaries", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new beneficiary i.e employee/contractor's payout account" }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/beneficiaries/:beneficiaryId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "beneficiaryId", "value": "", "type": "path", "description": "The unique identifier for the beneficiary" } ] }, "docs": "Get an existing beneficiary" }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cadanapay.com/v1/beneficiaries/:beneficiaryId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "beneficiaryId", "value": "", "type": "path", "description": "The unique identifier for the beneficiary" } ] }, "docs": "Delete an existing beneficiary" }, { "info": { "name": "Create upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/files/upload-url", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reserve a file ID and receive a short-lived HTTPS **PUT** URL.\nAfter the client uploads the bytes to that URL, it can reference\n`fileId` in later API calls (e.g. Beneficiary creation KYC).\n" }, { "info": { "name": "Get file details", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/files/:fileId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The unique identifier for the file" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get details and a download URL for a file by its fileId" } ] } ], "bundled": true }