---
title: "Merchant Hosted Page Sale"
method: POST
path: "/?hosted_page_sale"
---

# Merchant Hosted Page Sale

`POST /?hosted_page_sale`

## Request body

- object
  - `uid_mode` string, required — Should be set as 1
  - `uid` string, required — UID can be generated from <a target="_blank" href="/reference/epage"><b>Hosted Page Sale API</b></a>
  - `cardnumber` string, required — Customer card number 15 to 19 digits
  - `expirydate` string, required — Card expiry date, Accepted expiry MMYY
  - `cvv` string — Card Verification Value should be 3 or 4 digits
  - `phone` string — Customer phone number- 10 digit (Ex: 5247896523)
  - `emailId` string — Customer email id - Varchar 255 (Ex: test@domain.com)
  - `epage` string — Always should be set as 0
  - `redirect_url` string — Merchants call back url
  - `qb_sync_api` string — Set this value to 1 if the transaction should be synced with QuickBooks; otherwise, set it to 0.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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