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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ import { useFlutterwave } from 'flutterwave-react-v3';
68
68
payment_options:'card,mobilemoney,ussd',
69
69
customer: {
70
70
email:'user@gmail.com',
71
-
phonenumber:'07064586146',
72
-
name:'joel ugwumadu',
71
+
phone_number:'070********',
72
+
name:'john doe',
73
73
},
74
74
customizations: {
75
75
title:'my Payment Title',
@@ -107,8 +107,8 @@ export default function App() {
107
107
payment_options:'card,mobilemoney,ussd',
108
108
customer: {
109
109
email:'user@gmail.com',
110
-
phonenumber:'07064586146',
111
-
name:'joel ugwumadu',
110
+
phone_number:'070********',
111
+
name:'john doe',
112
112
},
113
113
customizations: {
114
114
title:'My store',
@@ -152,8 +152,8 @@ export default function App() {
152
152
payment_options:'card,mobilemoney,ussd',
153
153
customer: {
154
154
email:'user@gmail.com',
155
-
phonenumber:'07064586146',
156
-
name:'joel ugwumadu',
155
+
phone_number:'070********',
156
+
name:'john doe',
157
157
},
158
158
customizations: {
159
159
title:'my Payment Title',
@@ -205,8 +205,8 @@ export default function App() {
205
205
payment_plan="3341",
206
206
customer: {
207
207
email:'user@gmail.com',
208
-
phonenumber:'07064586146',
209
-
name:'joel ugwumadu',
208
+
phone_number:'070********',
209
+
name:'john doe',
210
210
},
211
211
meta = { counsumer_id:"7898", consumer_mac:"kjs9s8ss7dd" },
212
212
customizations: {
@@ -254,7 +254,7 @@ Read more about our parameters and how they can be used [here](https://developer
254
254
| payment_options | True | This specifies the payment options to be displayed e.g - card, mobilemoney, ussd and so on. |
255
255
| payment_plan | False | This is the payment plan ID used for Recurring billing |
256
256
| redirect_url | False | URL to redirect to when a transaction is completed. This is useful for 3DSecure payments so we can redirect your customer back to a custom page you want to show them. |
257
-
| customer | True | This is an object that can contains your customer details: e.g - 'customer': {'email': 'example@example.com','phonenumber': '08012345678','name': 'Takeshi Kovacs' } |
257
+
| customer | True | This is an object that can contains your customer details: e.g - 'customer': {'email': 'example@example.com','phone_number': '08012345678','name': 'Takeshi Kovacs' } |
258
258
| subaccounts | False | This is an array of objects containing the subaccount IDs to split the payment into. Check our Split Payment page for more info |
259
259
| meta | False | This is an object that helps you include additional payment information to your request e.g {'consumer_id': 23,'consumer_mac': '92a3-912ba-1192a' } |
260
260
| customizations | True | This is an object that contains title, logo, and description you want to display on the modal e.g{'title': 'Pied Piper Payments','description': 'Middleout isn't free. Pay the price','logo': 'https://assets.piedpiper.com/logo.png' } |
0 commit comments