Create Payment Link
POST/api/v2/payment_links
Create a new checkout/payment link for collecting payments.
- One-time products: Creates an invoice (with its associated payment) when paid.
- Recurring products: Creates a subscription (with its associated invoice and payment) when paid.
Notes:
- Cannot mix one-time and recurring products in the same payment link.
- Installments are automatically disabled for recurring products (subscriptions).
- Invoices, subscriptions and payments are created only after a successful payment.
Request
Responses
- 200
- 422
Successful Response
Validation Error