#masterexploder - Payment Links
1 messages · Page 1 of 1 (latest)
Hello! No, not really. Can you tell me more about your use case so I can make a recommendation?
I was wanting to send a text message to myself whenever a payment is done through a specific payment link (specific product), but the only option I can find is to use their api to send me a notification every single payment (all products, all renewed subscriptions, etc)
You can do something like that, but you would need to write some code to filter out the notifications you don't want. You would listen for events using a webhook endpoint and then in your code send a text when a relevant event comes up.
I'll try to work something out. Any other suggestion is welcome. Thanks