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.