Creates a simple minimal representation of a customer. Required for managing customer accounts and recurring payments.
Creates a refund for a specific payment. Critical for handling returns and customer service.
Retrieve a single customer by its ID. Essential for customer management workflows.
Retrieves a specific payment by its payment ID. Essential for checking payment status and details.
Retrieve a list of all customers. Returns a maximum of 250 customers per request.
Retrieves all payments created with the current website profile. Returns a maximum of 250 payments per request.
Performs an arbitrary authorized API call. Provides flexibility for advanced integrations and accessing any Mollie API endpoint not covered by other components.