cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How I setup a callback notification when a user change they password ?

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

Message 1 of 2
latest reply
1 REPLY 1

How I setup a callback notification when a user change they password ?


@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


Message 2 of 2
latest reply