You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img width="306" alt="Screenshot of library in action" src="https://user-images.githubusercontent.com/41248079/126550307-5f12c6d8-81af-4f26-951b-5d6514304022.png">
|`paystackKey`|Public or Private paystack key(visit paystack.com to get yours)|`nill`|
116
-
|`amount`|Amount to be paid|`nill`|
117
-
|`activityIndicatorColor`|color of loader| default: `green`|
118
-
|`billingEmail(required by paystack)`|Billers email| default: `nill`|
119
-
|`billingMobile`|Billers mobile| default: `nill`|
120
-
|`billingName`|Billers Name| default: `nill`|
121
-
|`subaccount`|Specify subaccount code generated from the Paystack Dashboard or API to enable Split Payment on the transaction. Here's an example of usage: `subaccount: "SUB_ACCOUNTCODE"`| default: `nill`|
122
-
|`channels`| Specify payment options available to users. Available channel options are: ["card", "bank", "ussd", "qr", "mobile_money"]. Here's an example of usage: `channels={["card","ussd"]}`|default: `["card"]`|
123
-
|`onCancel`|callback function if user cancels or payment transaction could not be verified. In a case of not being verified, transactionRef number is also returned in the callback| default: `nill`|
124
-
|`onSuccess`|callback function if transaction was successful and verified (it will also return the transactionRef number in the callback )| default: `nill`|
125
-
|`autoStart`|Auto start payment once page is opened| default: `false`|
126
-
|`refNumber`|Reference number, if you have already generated one| default: `''+Math.floor((Math.random() * 1000000000) + 1)`|
127
-
|`handleWebViewMessage`|Will be called when a WebView receives a message| default: `true`|
|`paystackKey`| Public or Private paystack key(visit paystack.com to get yours) |`nill`|
116
+
|`amount`| Amount to be paid |`nill`|
117
+
|`activityIndicatorColor`| color of loader | default: `green`|
118
+
|`billingEmail(required by paystack)`| Billers email | default: `nill`|
119
+
|`billingMobile`| Billers mobile | default: `nill`|
120
+
|`billingName`| Billers Name | default: `nill`|
121
+
|`subaccount`| Specify subaccount code generated from the Paystack Dashboard or API to enable Split Payment on the transaction. Here's an example of usage: `subaccount: "SUB_ACCOUNTCODE"`| default: `nill`|
122
+
|`channels`| Specify payment options available to users. Available channel options are: ["card", "bank", "ussd", "qr", "mobile_money"]. Here's an example of usage: `channels={["card","ussd"]}`| default: `["card"]`|
123
+
|`onCancel`| callback function if user cancels or payment transaction could not be verified. In a case of not being verified, transactionRef number is also returned in the callback | default: `nill`|
124
+
|`onSuccess`| callback function if transaction was successful and verified (it will also return the transactionRef number in the callback ) | default: `nill`|
125
+
|`autoStart`| Auto start payment once page is opened | default: `false`|
126
+
|`refNumber`| Reference number, if you have already generated one | default: `''+Math.floor((Math.random() * 1000000000) + 1)`|
127
+
|`handleWebViewMessage`| Will be called when a WebView receives a message | default: `true`|
@@ -142,13 +142,16 @@ This project is licensed under the MIT License.
142
142
143
143
### Video Tutorial
144
144
145
-
-[Accepting Payment With Paystack In React Native](https://www.youtube.com/watch?v=M-V4Q9zk9DE&t=19s) by [just1and0](https://twitter.com/just1and0)
145
+
-[Accepting Payment With Paystack In React Native](https://www.youtube.com/watch?v=M-V4Q9zk9DE&t=19s) by [just1and0](https://twitter.com/just1and0)
146
146
147
-
### Don't forget to star, like and share :)
147
+
## Sponsorship
148
+
- Star the project on Github
149
+
-[Buy me a coffee](buymeacoffee.com/6pL0Q8YkW)
148
150
149
-
## Contributors ✨
151
+
## Thanks to Our Superheroes ✨
152
+
A huge shoutout to our amazing contributors! Your efforts make this project better every day. Check out the ([emoji key](https://allcontributors.org/docs/en/emoji-key)) for what each contribution means:
150
153
151
-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
154
+
152
155
153
156
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments