Sign in

List available payment methods

documented

Get the payment methods supported by the payment link provider.

GET /v2/payment_links/payment_methodsPayments & 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_methods" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
List available payment methods · Qonto · OpenIntegrations