• docs
  • Log in
  • Sign up
  • Dashboard
  • Overview
  • Payments
  • Connect
  • API reference
  • Changelog

Accepting payments

  • Payments API
  • Methods API
  • Refunds API
  • Chargebacks API
  • Captures API
  • Wallets API
  • Payment links API
    • Create payment link
    • Get payment link
    • List payment links

Components

  • Mollie.js

Receiving orders

  • Orders API
  • Shipments API

Recurring

  • Customers API
  • Mandates API
  • Subscriptions API

Connect

  • OAuth API
  • Permissions API
  • Organizations API
  • Profiles API
  • Onboarding API

Business operations

  • Settlements API
  • Invoices API

Partners

  • Clients API

Payment links API¶

With the Payment links API you can generate a payment link to share with your customer. The payment link can for example be attached to an unpaid invoice or shared via email or chat applications.

This API is different from the Payments API, since links generated by the Payments API are only short-lived. The Payments API should therefore only be used when the customer is ready to check out, while the Payment links API can be used in cases where the customer wants to pay at their own convenience.

Endpoints¶

Create payment link
POST/v2/payment-links
Create a payment link.
Get payment link
GET/v2/payment-links/*id*
Retrieve details of a specific payment link.
List payment links
GET/v2/payment-links
Retrieve a list of all your payment links.