Skip to content

magnuswahlstrand/nextjs-with-adyen

Repository files navigation

sequenceDiagram
autonumber

actor customer as Customer
participant client as Checkout Client
participant backend as Checkout Backend
participant adyen as Adyen


note over customer: Customer goes to <br>at checkout page
customer --> client: 
client ->> backend: send customer<br>information
backend->>adyen: create session
adyen -> backend: 
backend -> client: return <br>session data 

client ->> client: Create Drop-in component
client --> customer: 
note over customer: Customer enter payment<br>detals and clicks pay
customer --> adyen: Payment detail
note over customer: Customer sees<br>payment result

note right of client: some time later...
adyen ->> backend: Payment confirmation<br>webhook
Loading

About

Build a payment page with Adyen and NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published