@zendfi/sdk 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,10 +188,13 @@ await zendfi.agent.revokeKey(keyId);
|
|
|
188
188
|
```
|
|
189
189
|
|
|
190
190
|
**Available Scopes:**
|
|
191
|
+
- `full` - Full access to all APIs
|
|
192
|
+
- `read_only` - Read-only access
|
|
191
193
|
- `create_payments` - Create new payments
|
|
192
|
-
- `
|
|
194
|
+
- `create_subscriptions` - Create subscriptions
|
|
195
|
+
- `manage_escrow` - Manage escrow transactions
|
|
196
|
+
- `manage_installments` - Manage installment plans
|
|
193
197
|
- `read_analytics` - Access analytics data
|
|
194
|
-
- `manage_sessions` - Create/revoke sessions
|
|
195
198
|
|
|
196
199
|
### Agent Sessions
|
|
197
200
|
|