Sign in

List payments for a payment link

documented

List payments associated with a given payment link.

GET /v2/payment_links/{id}/paymentsPayments & Transfersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://thirdparty.qonto.com/v2/payment_links/{{$payment_link_id}}/payments?page={{$page}}&per_page={{$per_page}}&status[]={{$status1}}&status[]={{$status2}}&sort_by={{$sort_by}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Qonto-Staging-Token: {{X_QONTO_STAGING_TOKEN}}"