For AI agents: the complete documentation index is available at /es/llms.txt, the full documentation bundle is available at /es/llms-full.txt, and this page is available as Markdown at /es/api/payment-links/confirm.md.
  • Español
  • Confirmar enlace de pago

    Generado a partir de la especificación OpenAPI de Finity.

    URL basehttps://api2.finity.com.co

    Probar en vivo

    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

    Parameters

    Provide the values required by this endpoint.

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