---
title: "Checkout general payment link"
method: POST
path: "/v1/pay/general/verify/{code}"
tags: ["General Payment Links"]
---

# Checkout general payment link

`POST /v1/pay/general/verify/{code}`

## Path parameters

- `code` string, required

## Request body

- CheckoutGeneralPaymentLinkRequest
  - `localCurrency` 'NGN' | 'KES' | 'ZAR' | 'GHS' | 'XOF' | 'USD', required
  - `customer` CustomerInput, required
    - `email` string, email, required
    - `firstName` string
    - `lastName` string
    - `phoneNumber` string
  - `redirectUrl` string

## Response `201`

Checkout initialized.

- GenericResponse
  - `status` boolean
  - `message` string
  - `code` integer
  - `data` unknown

---

[API](https://skmtc.net/kyshi/apis/kyshi-mor-public-api.md) · [All operations](https://skmtc.net/kyshi/apis/kyshi-mor-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kyshi/kyshi-mor-public-api/versions/3c46fabe8df7/schema)
