Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include handler for payment_pointer.web_monetization webhook event in Mock ASE #2057

Closed
2 tasks done
sabineschaller opened this issue Oct 19, 2023 · 4 comments · Fixed by #2659
Closed
2 tasks done
Assignees

Comments

@sabineschaller
Copy link
Member

sabineschaller commented Oct 19, 2023

Context

The Mock ASE currently does not handle payment_pointer.web_monetization webhook events. Since it should also serve as a reference for actual integrators, all webhook events should be handled.

Note: As of the creation of this issue, it is still called payment_pointer. However, we are in the process of changing this to wallet_address.

Todos

  • include handler here
  • handle event case here
@manulpatel
Copy link

Hello @sabineschaller! I would like to work on this issue. Could you please assign me?

@sabineschaller
Copy link
Member Author

Hi @manulpatel , it's yours 🙂

@Shubham2503
Copy link
Contributor

Hey team, @sabineschaller @manulpatel,
Can I take this one, if this issue is still open?

@BlairCurrey
Copy link
Contributor

BlairCurrey commented Nov 27, 2023

Currently the docs indicate calling the WithdrawEventLiquidity endpoint in this webhook handler. However, this handler is being deprecated and we should be able to use createWalletAddressWithdrawal instead.

Also, this webhook never actually fires. We might be able to manually test by:

  • changing walletAddressService.create to do something like this: 70a03ad
  • create a new wallet address via postman
  • call triggerWalletAddressEvents via postman which should trigger handleWalletAddressWebMonetization

@sabineschaller sabineschaller changed the title Include handler for payment_pointer.web_montization webhook event in Mock ASE Include handler for payment_pointer.web_monetization webhook event in Mock ASE Dec 5, 2023
@mkurapov mkurapov added the stale label Mar 5, 2024
@njlie njlie assigned lengyel-arpad85 and unassigned manulpatel Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

6 participants