Skip to content

Instantly share code, notes, and snippets.

@jasperf
Last active November 27, 2023 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasperf/de0c389cd093fbf86ce8180f1ab62c84 to your computer and use it in GitHub Desktop.
Save jasperf/de0c389cd093fbf86ce8180f1ab62c84 to your computer and use it in GitHub Desktop.
Thinktific Payments via native checkout and Mollie Integration via API or Zapier

Thinktific Checkout

Thinktific has its own checkout you can use with its own fees per country and payment gateway used.

https://support.thinkific.com/hc/en-us/articles/360045483433-Thinkific-s-Built-In-Checkout- Netherlands supported https://support.thinkific.com/hc/en-us/articles/1500012376321 Netherlands fees:

  • 1.4% + €0.25 - one time payments
  • for European Economic Area cards (+1.1% for UK cards)
  • 3.25% + €0.25 for international cards
  • +2% if currency conversion is required
  • +0.5% subscription fee
  • 3 business days

iDEAL is supported https://support.thinkific.com/hc/en-us/articles/360048079273 with Thinktific payments https://support.thinkific.com/hc/en-us/articles/360062084913-Thinkific-Payments

Mollie hosted checkout

Mollie hosted checkout can be set up from your Mollie account with payment options and subscriptions are possible https://docs.mollie.com/payments/hosted-checkout

Not clear how Mollie hosted checkout could listen for third party api calls. Seems you can only send things one way. Well, you can receive, but then you would need to send in calls Mollie understands.

Mollie Hosted Checkout Demo

Mollie hosted checkout demo https://demo.mollie.com/en

Mollie Customer API

This API is used for Mollie hosted Checkout. You need to use the Mollie Customer API https://docs.mollie.com/reference/v2/customers-api/overview API commands are:

  • create customer,
  • delete customer,
  • update customer,
  • list customers,
  • list customer payments ,
  • create customer payment

Mollie Custom Checkout

You can set up your own checkout and if you do not use a CMS this tutorial guides you through the basics https://docs.mollie.com/payments/build-your-own-checkout

Thinktific API

To have Mollie and Thinktific work together we need the Thinktific API to talk to the Mollie Customer API. For that you need to submit the self hosted or custom hosted Mollie payment gateway as an app with Thinktific: https://support.thinkific.dev/hc/en-us/articles/4423874682135 Then you need to use the Thinktific API with oAUTH authentication https://support.thinkific.dev/hc/en-us/articles/4422677315351-Using-the-Thinkific-API The Webhooks that can be used are described at https://support.thinkific.dev/hc/en-us/articles/4422658311703 .

NB Not clear how Mollie Self hosted setup could catch api calls from Thinktific

Zapier Integration

Besides using the customer API you could also use Zapier Zapier integratie with Thinktific https://zapier.com/apps/mollie-1/integrations/thinkific / https://support.thinkific.com/hc/en-us/articles/10988279138967

Mollie - Thintific Actions:

  • mollie new customer - thinktific enroll user
  • mollie new invoice - thinktific app extension / request ?
  • mollie new order - thinktific enroll user
  • mollie new payment - thinktific app extension / request ?
  • mollie new settlement - thinktific app extension / request ?

Thinktific - Mollie Actions:

  • thinktific course completed - ?
  • thinktific lesson completed - ?
  • thinktific new free preview enrollment - ?
  • thinktific new full enrollmemnt - mollie create customer payment
  • thinktific new order - mollie new order
  • thinktific new user - mollie new customer
  • thinktific subscription cancelled - mollie delete customer ?

Zapier Pricing

Zapier pricing https://zapier.com/pricing <= 100 calls for free and beyond that up until 750 calls for 20 USD a month

Checkout Joy

Checkout Joy has a setup for working with Mollie payments for Thinktific https://checkoutjoy.thinkific.com/pages/thinkific-checkout-with-mollie / https://www.checkoutjoy.com/thinkific/ Will be $290 a year https://www.checkoutjoy.com/pricing/ for the essentials package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment