From bf8536fc6a9f50fb7201630f7a899afdd6b53b3f Mon Sep 17 00:00:00 2001 From: Dinka Dereje Date: Sat, 29 Apr 2023 18:33:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036b33a..a0aef81 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Base endpoint https://api.chapa.co/v1 | `key` | `string` | **Required**. This will be your public key from Chapa. When on test mode use the test key, and when on live mode use the live key. | | `email` | `string` | **Required**. A customer’s email. address | | `amount` | `integer` | **Required**. The amount you will be charging your customer. | -| `first_name` | `string` | **Required**. Your API key | +| `first_name` | `string` | **Required**. A customer’s first name. | | `last_name` | `string` | **Required**. A customer’s last name. | | `tx_ref` | `string` | **Required**. A unique reference given to each transaction. | | `currency` | `string` | **Required**. The currency in which all the charges are made. Currency allowed is ETB. |