Subscription Object Details
Subscription Schema
Key | Type | Required | Description |
| String | N.A. Included in API response | Object ID of Subscription |
| String | N.A. Included in API response | ID of your client object |
| Boolean | No |
|
| Array of Strings | Yes | See Allowed Scopes for more details. |
| Array of Objects | Yes | URL Destination for webhooks |
Allowed Scopes
Scope | Effect |
| When a user is created with your gateway, you will receive a webhook |
| When a user in your platform is updated, you will receive a webhook |
| When a node is created with your gateway credentials, you will receive a webhook |
| When a node is updated with your gateway credentials, you will receive a webhook |
| When a transaction is created within your gateway credentials, you will receive a webhook |
| When a transaction is created within your gateway credentials that requires Transaction Decisioning, you will receive a webhook. |
| When a transaction is updated with your gateway credentials, you will receive a webhook |
| When a subnet is created with your gateway credentials, you will receive a webhook |
| Whenever a subnet is updated with your gateway credentials, you will receive a webhook |
Last updated