Subscriber/Created
Description: A new Account entity with a unique account ID (e.g., a phone number, username, IP address, etc.) has been added to PortaBilling.
Subscriber/Updated
Description: The configuration of an existing account has been changed. For example, an account has expired, there are no available funds, a product has been changed for a user, a user has topped up their balance, etc.
Subscriber/Deleted
Description: An account has been permanently terminated in PortaBilling. The user can no longer use the services. The account’s status is changed to Closed and the account record is removed from the web interface.
The variables set is the same for all event types of this group:
Variables |
Mandatory |
Type |
Nillable |
Description |
---|---|---|---|---|
i_account |
Yes |
int |
No |
The unique account ID in PortaBilling. |
i_event |
Yes |
int |
No |
This is the unique identifier of the event. The Application uses this ID to recognize whether it is a new request or a retry and to adjust the provisioning flow. For example, in the case of a retry, the Application verifies the request’s status. If the request is processed, it responds with 200OK; otherwise, it treats the request as new and processes it. |