Skip to main content

End-user (Shopper) Notifications

These notifications are triggered when the End-user data changes.

Event list

  • EndUser Deleted
    when an end-user account is deleted

EndUser Deleted Payload Structure

FieldTypeDescriptionR/O
subjectstringendUserR
typestringdeletedR
objectIdstringEndUser identifierR
eventDatestring (date-time)ISO 8601 timestampR

Wallet Event list

These events are fired when some payment is added or deleted from the wallet. There are separate events for credit cards, SEPA and all other uncategorized recurring payment methods. However, for the payment method deletion there is a single event.

  • Credit Card Added
  • SEPA Payment Method Added
  • Recurring Payment Method Added
  • Payment Method Deleted

Payment Method Event Payload Structure

FieldTypeDescriptionR/O
subjectstringendUserR
typestringpaymentMethodAddedToWallet / paymentMethodDeletedFromWalletR
objectIdstringEndUser identifierR
eventDatestring (date-time)ISO 8601 timestampR
addedPaymentMethodsenduser.PaymentMethod[]List of added payment instrumentsR
→ typestringSpecific variant, e.g. visa, mastercardR
→ _idstringUnique payment method identifierR
→ expirationDatestringExpiration dateO
→ idstringPayment method identifierR
→ paymentMethodTypestringBroad classification, e.g. CreditCardR
→ statusstringActivation state, e.g. ACTIVATEDR