reboottime / WebDevelopment

Some notes, thoughts and articles aggregated here about UI/UX and web development.
6 stars 0 forks source link

[ByteByteGo Daily] What is Webhook #134

Open reboottime opened 1 year ago

reboottime commented 1 year ago

What is a Webhook

webhook example using stripe

reboottime commented 1 year ago

Assume we run an eCommerce website. The clients send orders to the order service via the API gateway, which goes to the payment service for payment transactions. The payment service then talks to an external payment service provider (PSP) to complete the transactions.

There are two ways to handle communications with the external PSP.

reboottime commented 1 year ago

Examples of using webbook

Polling example

Polling sample code using assembly as an example

reboottime commented 1 year ago

References

What is a web hook by bytebytego