> 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/codapay/archived-tokenization-api-2.0/test-payment-channel-credentials-for-tokenized-charge.md).

# Test Payment Channel Credentials for Tokenized Charge

The following are test cards and wallets you can use to test and validate your integration with Coda.

Please note that these card numbers will only work in Sandbox (test) environment. No production payment will be possible using these cards.

## <mark style="color:purple;">Valid Test Credit Cards</mark>

These are credit cards you can use to test an Approved Transaction workflow.

<table><thead><tr><th width="136">Brand</th><th>Card number</th><th width="126">Expiry date</th><th>CVV</th></tr></thead><tbody><tr><td>Mastercard</td><td>5123 4500 0000 0008</td><td>01/39</td><td>100</td></tr><tr><td>Visa</td><td>4508 7500 1574 1019</td><td>01/39</td><td>100</td></tr></tbody></table>

## <mark style="color:purple;">Credit Cards to Simulate Declines</mark>

These are credit cards you can use to test a Declined Transaction workflow.

<table><thead><tr><th width="146">Brand</th><th>Card number</th><th width="141">Expiry date</th><th>CVV</th></tr></thead><tbody><tr><td>Mastercard</td><td>5111 1111 1111 111</td><td>01/39</td><td>100</td></tr><tr><td>Visa</td><td>4012 0000 3333 0026</td><td>01/39</td><td>100</td></tr></tbody></table>

## <mark style="color:purple;">Test numbers for DANA wallet</mark>

| Wallet | Mobile Number | PIN    |
| ------ | ------------- | ------ |
| Dana   | 817345545     | 123321 |
| Dana   | 8127416027    | 123321 |


---

# 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/codapay/archived-tokenization-api-2.0/test-payment-channel-credentials-for-tokenized-charge.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.
