---
title: "Confirm payment link and create payment request (public endpoint). Uses secure token for lookup."
method: POST
path: "/api/v1/payment-links/{token}/confirm"
tags: ["Payment Links"]
---

# Confirm payment link and create payment request (public endpoint). Uses secure token for lookup.

`POST /api/v1/payment-links/{token}/confirm`

Confirm payment link and create payment request (public endpoint). Uses secure token for lookup.

## Path parameters

- `token` string, required — The secure token from the payment link URL (64-char hex)

## Request body

- PaymentLinkConfirmInput
  - `customer` object, required — Customer information for payment flows
    - `name` string, required — Full name of the customer
    - `email` string, email, required — Email address of the customer
    - `phone` string, required — E.164-formatted phone number
    - `country` string, required — ISO 3166-1 alpha-2 country code

## Response `200`

Success

- PaymentLinkConfirmResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required
    - `payment_token` string, required — Payment token for loading embedded iframe
    - `expires_in` integer, required — Token expiry in seconds

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `410` — Response

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
