Skip to content

Commit 8b88b1a

Browse files
committed
add gh mobile money and mpesa instructions to the readme
1 parent 15fecb8 commit 8b88b1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Set the public key, private key and other required parameters. The `RavePayManag
5959
.setTxRef(txRef)
6060
.acceptAccountPayments(boolean)
6161
.acceptCardPayments(boolean)
62+
.acceptMpesaPayments(boolean)
63+
.acceptGHMobileMoneyPayments(boolean)
6264
.onStagingEnv(boolean)
6365
.allowSaveCardFeature(boolean)
6466
.setMeta(List<Meta>)
@@ -79,6 +81,8 @@ Set the public key, private key and other required parameters. The `RavePayManag
7981
| setTxRef(txRef) | This is the unique reference, unique to the particular transaction being carried out. It is generated by the merchant for every transaction | `String` | Required
8082
| acceptAccountPayments(boolean) | Set to `true` if you want to accept payments via cards, else set to `false`. | `boolean` | Not Required
8183
| acceptCardPayments(boolean) | Set to `true` if you want to accept payments via bank accounts, else set to `false` | `boolean` | Not Required |
84+
| acceptMpesaPayments(boolean) | Set to `true` if you want to accept Mpesa payments, else set to `false` . For this option to work, you should set your country to `KE` and your currency to `KES` | `boolean` | Not Required |
85+
| acceptGHMobileMoneyPayments(boolean) | Set to `true` if you want to accept Ghana mobile money payments, else set to `false` . For this option to work, you should set your country to `GH` and your currency to `GHS`| `boolean` | Not Required |
8286
| onStagingEnv(boolean) | Set to `true` if you want your transactions to run in the staging environment otherwise set to `false`. Defaults to false | `boolean` | Not Required
8387
| allowSaveCardFeature(boolean) | Set to `true` if you want your users to be able to save their cards for later reuse otherwise set to `false` | `boolean` | Required
8488
| setMeta(`List<Meta>`) | Pass in any other custom data you wish to pass. It takes in a `List` of `Meta` objects | List<Meta> | Not Required

0 commit comments

Comments
 (0)