Payments API

The Payments API is at the heart of the Mollie API. It allows you to create and manage payment intents. This is where most payment implementations start off.

In its simplest form, processing a payment requires only three steps: setting up the payment with the Create payment endpoint, sending the customer to our hosted checkout, and processing the webhook we send once the payment is completed.

Refer to Accepting payments for a step-by-step guide on implementing the Payments API.