Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hreinberger committed Jan 16, 2025
1 parent b11535a commit fd19f45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is a [Next.js](https://nextjs.org/) project that utilizes Mollie's node JS

![Mollie Demo App](/.github/assets/mollie-next.png 'Mollie Demo App')

## Payment Flow
## Payment Flow (hosted Checkout)

```mermaid
sequenceDiagram
Expand All @@ -12,6 +12,7 @@ sequenceDiagram
Merchant -->> Buyer: Redirect to Mollie hosted checkout
Buyer ->>+ Mollie: Interact on Mondu Hosted Checkout
Mollie -->> Buyer: Redirect to success page
Mollie -->> Merchant: Webhook
```

Expand Down Expand Up @@ -50,11 +51,11 @@ Open [http://localhost:3000](http://localhost:3000) with your browser and start

▫️ Auth/Capture

▫️ Get payment methods from methods API
Get payment methods from methods API

✅ list recent payments

▫️ Use Mollie Components where it makes sense
Use Mollie Components where it makes sense

## Deploy on Vercel

Expand Down

0 comments on commit fd19f45

Please sign in to comment.