{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances Instant Pay API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Instant Pay", "type": "folder" }, "items": [ { "info": { "name": "Get instant pay setting", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/persons/:personId/ipSetting", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "personId", "value": "", "type": "path", "description": "The unique identifier for the person" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch a person's instant pay setting" }, { "info": { "name": "Update instant pay setting", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cadanapay.com/v1/persons/:personId/ipSetting", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "personId", "value": "", "type": "path", "description": "The unique identifier for the person" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a person's instant pay setting" }, { "info": { "name": "Get instant pay transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/persons/:personId/instantPays", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "personId", "value": "", "type": "path", "description": "The unique identifier for the person" }, { "name": "isUnpaid", "value": "", "type": "query", "description": "Only return transactions that have not been paid back" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch a person's instant pay transactions" } ] } ], "bundled": true }