For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/payment-links/create.md.
  • English
  • Create payment link

    Generated from the Finity OpenAPI specification.

    Base URLhttps://api2.finity.com.co

    Try it live

    Live request

    Try this endpoint

    Configure the request and send it directly to the Finity API.

    POST
    Code language

    Authentication

    Use a Bearer token to authorize this request.

    Optional

    Request body

    Send a JSON payload with this request.

    JSON
    Request URLProduction
    POSThttps://api2.finity.com.co/v0/payment-link/create
    Generated Shell requestReady to copy
    curl -X POST \
      'https://api2.finity.com.co/v0/payment-link/create' \
      -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
      -H 'Content-Type: application/json' \
      -d '{}'