Review System events

Events represent key actions or state changes that are performed by a user or a system. The following tables list the Events you can track within our system, tailored to your needs and related entities.

Payment Request

Event Description
payment_request.created The Payment Request was successfully created in the system.
payment_request.failed The Payment Request failed due to termination, reached retry limit or expiration.
payment_request.expired The Payment Request has expired and is no longer valid.
payment_request.attempted The Payment attempt was made.
payment_request.pending The system marks that at least one Payment Commit has a successful financial transaction.
payment_request.paid The Payment Request was fully paid by the involved party.
payment_request.partially_paid The Payment Request was partially paid by the involved party.
payment_request.returned The Payment Request funds have been fully returned.
payment_request.verified The Payment Request has been verified.
payment_request.cancelled The Payment Request was cancelled due to various reasons.
payment_request.processed
_amount_changed
The amount processed for the Payment Request has been modified.
payment_request.finalized The Payment Request was successfully finalized.

Merchant account

Event Description
merchant_account_created The Merchant account was successfully created.
merchant_account.
updated
The Merchant account was successfully updated.
api_key_created The API key was successfully created.
api_key_updated The API key was successfully updated and all the changes are applied.
api_key_revoked The API key was revoked and cannot be used.
webhook_created The Webhook was successfully created.
webhook_updated The Webhook was updated and all the changes are applied.
checkout_created The Checkout was successfully created.
checkout_updated The Checkout was successfully updated.
checkout_revision_created The new Checkout revision was created and applied.

Customer

Event Description
customer.created A new Customer was created in the system.
customer.updated The Customer was successfully updated.
customer.payment
_token.created
The Customer’s payment token was created in the system.
customer.payment
_token.deleted
The Customer’s payment token was deleted.
customer_profile_updated The Customer profile was successfully updated.

Payment account

Event Description
payment_account.created The Payment account was created in the system.
payment_account.updated The Payment account was successfully updated.
payment_account.expired The Payment account has expired.

Provider account

Event Description
provider_account_created The Provider account was created in the system.
provider_account_reconnected The Provider account was reconected and can be used further.
provider_account_updated The Provider account was successfully updated.

Payment scheme

Event Description
payment_scheme_created The Payment scheme was created in the system.
payment_scheme_updated The Payment scheme was successfully updated.
payment_method_added The Payment method was added to the Payment scheme.
payment_method_updated The Payment method was successfully updated.
payment_method_revision_ created The new Payment method revision was created and applied.
payment_method_revision_ changed The Payment method revision was changed.
payment_route_connected The new Payment route was connected.

FX scheme

Event Description
fx_scheme_created The FX scheme was created in the system.
fx_scheme_updated The FX scheme was successfully updated.
fx_scheme_rule_created The FX rule was created in the system.
fx_scheme_rule_updated The FX rule was successfully updated.
fx_scheme_rule_deleted The FX rule was deleted and can no longer be used.