09-02-2025 01:29 AM
Hi to everybody.
I can't find on SetNotificationPreferences an EventType for this purpose
Asking to AI Support I receive this answer:
"PasswordChanged and PasswordHintChanged are notification event types available in eBay’s notification system. You can subscribe to these events to receive a callback when a user changes their password. Use the Notification API to create a subscription for these topics, set your endpoint, and test the setup. This will allow your application to get notified in real time when a password change occurs."
But when I try to add this callback "PasswordChanged" I receive an error message
Any idea ?
Thanks in advance
09-03-2025 04:32 AM
@nexusfilatelia wrote:Hi to everybody.
I can't find on SetNotificationPreferences an EventType for this purpose
Asking to AI Support I receive this answer:
"PasswordChanged and PasswordHintChanged are notification event types available in eBay’s notification system. You can subscribe to these events to receive a callback when a user changes their password. Use the Notification API to create a subscription for these topics, set your endpoint, and test the setup. This will allow your application to get notified in real time when a password change occurs."
But when I try to add this callback "PasswordChanged" I receive an error message
Any idea ?
Thanks in advance
Hello @nexusfilatelia,
The `PasswordChanged` event is not supported for Platform Notifications via `SetNotificationPreferences`. It’s only available as an SMS subscription for eBay UK and Germany. That’s why you’re getting error code 22223. Unfortunately, you can’t use it for API-based callbacks.
Best Regards,
Kyla Ellis