MarcGrol / shopbackend

Demonstrates payment integration with Adyen, Stipe and Mollie: checkout, webhooks and oauth

Home Page:https://marcsexperiment.ew.r.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of doing payments with the Adyen, Stripe and Mollie platform

Example app that demonstrates how Adyen, Stripe and Mollie checkout and OAuth work an all 3 platforms

Play around with the app

https://www.marcgrolconsultancy.nl

Architecture

Overview if architecture

Manual deployment on Google Appengine

# Login in to gcloud to start using the cli
gcloud auth login 
gcloud config set project <your-project-name>   

# Prepare a task-queue
gcloud tasks queues create default --max-attempts=10 --max-concurrent-dispatches=5

# Create your own app.yaml
cp app_example.yaml app.yaml # and set env-vars to the right values

# Perform the actual deployment
gcloud app deploy app.yaml index.yaml cron.yaml --quiet

About

Demonstrates payment integration with Adyen, Stipe and Mollie: checkout, webhooks and oauth

https://marcsexperiment.ew.r.appspot.com/


Languages

Language:Go 91.0%Language:HTML 8.4%Language:Shell 0.4%Language:Makefile 0.1%