payment-links connect sets up once.
payment-links create takes a JSON document with --body: a link is created either from a basket of items or from an existing client invoice.
Try it
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shareable checkout pages and the payments made through them
payment-links connect sets up once.
| Command | What it does | OAuth scope |
|---|---|---|
qonto payment-links connect | Connect to the payment links provider | payment_link.write |
qonto payment-links connection | Get the connection status | payment_link.read |
qonto payment-links create | Create a payment link | payment_link.write |
qonto payment-links deactivate <id> | Deactivate a payment link | payment_link.write |
qonto payment-links get <id> | Get a payment link | payment_link.read |
qonto payment-links list | List payment links | payment_link.read |
qonto payment-links payment-methods | List available payment methods | payment_link.read |
qonto payment-links payments <id> | List payments for a payment link | payment_link.read |
payment-links create takes a JSON document with --body: a link is created either from a basket of items or from an existing client invoice.
Try it
# Is the provider connected?
qonto payment-links connection
# Links that have not been paid yet
qonto payment-links list --status open
# Payments made through one link
qonto payment-links payments <payment-link-id>
Was this page helpful?