> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/changelog/2024-codapay-changelog/new-channel-announcement-south-africa-1voucher.md).

# New Channel Announcement: South Africa 1Voucher

*Payment completed*❗We are excited to introduce "1Voucher," our newest payment channel designed exclusively for our users in South Africa. With the inclusion of "1Voucher," we are proud to offer a seamless and convenient payment option with Voucher support.

Here are some key details about this new payment option:\
📱 E-wallet Channel: 1Voucher allows user to purchase their desired items with voucher codes.

💲 Price Point Limit: Allows users to make transactions starting from a minimum price point of ZAR 2, up to a maximum price point of ZAR 2,500. CONTACT Business Development Team for further details.

🔒 Authentication: When proceeding with payment in 1Voucher, it redirects users to the Pay checkout page, insert the voucher PIN and mobile number to proceed with the payment.

⏰ Transaction Expiry: Please note that transactions made through 1Voucher have a validity period of 30 minutes. Users may complete payment within this timeframe to ensure a successful transaction.

💻 Integration Details: For merchants and developers, please be aware that 1Voucher integration supports the payment page API. Unfortunately, the Backend API integration is currently not available. We appreciate your understanding and cooperation in this matter.

We encourage all our users in South Africa to take advantage of this new payment channel. By incorporating "1Voucher" into our platform, we aim to provide a tailored and reliable payment solution that meets the specific needs of our South Africa users.

## Flow Description

<figure><img src="/files/nAstzMJuWCLZ4AYTyuvm" alt="" width="526"><figcaption><p>1. User chooses 1Voucher as the payment method, inputs the voucher PIN and mobile number, and clicks the "<strong>Redeem</strong>" button</p></figcaption></figure>

<figure><img src="/files/X3kafgEwhsjRXqGDHxVK" alt="" width="533"><figcaption><p>2. Coda will process the redemption</p></figcaption></figure>

<figure><img src="/files/3rqtdGY2TD7btbwV2YSj" alt="" width="530"><figcaption><p>3. <em>Payment completed</em></p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/changelog/2024-codapay-changelog/new-channel-announcement-south-africa-1voucher.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
