# Test Numbers for Transfers

NGN (Bank Transfer)

```
Success: 1010101010, 0001234567
Fail: 2020202020, 0007654321
```

GHS (Mobile Money)

```
Success: 0501234567
Fail: 0507654321
```

GHS (Bank Transfer)

```
Success: 0101010101011
Fail: 0202020202022
```

KES

```
Success: 0701234567
Fail: 0707654321
```

ZAR

```
Success: 1515151500
Fail: 1515151599
```

TZS

```
Success: +255121212121
Failed: +255750000020
```

RWF

```
Success: 131313131
Failed: 740000030
```

UGX

```
Success: +256101010111
Failed: +256760000010
```

XOF (Mali)

```
Success: +22300000000
Failed: +22311111111
```

XOF(Côte d'Ivoire)

```
Success: +2250111111111
Failed: +2250222222222
```

ZMW

```
Success: 0950000001
Failed: 0950000000
```


---

# Agent Instructions: 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:

```
GET https://startbutton.gitbook.io/startbutton-product-api/startbutton-api-doc/test-numbers/test-numbers-for-transfers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
