#dragon.frost

1 messages · Page 1 of 1 (latest)

high fjordBOT
west heart
#

You'd utilise webhooks for this

jade hull
#

is there a example that uses a webhook for this particular situation?

west heart
#

But it depends what data you want to save and when?

jade hull
#

can we listen to the webhook on the frontend as well?

west heart
#

No they require a server/backend. You can obviously receive notifcation of the initial payment confirmation synchronously as that will be complete on-session by your customer

jade hull
#

Will the webook be called instantly everytime? After each purchase I would want to update my database and send that info after the update is successful to the frontend.

What do you think is the best way to do this?