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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,12 +334,10 @@ Payment option parameters and descriptions:
334
334
| public_key | True | Your API public key |
335
335
| tx_ref | True | Your transaction reference. This MUST be unique for every transaction |
336
336
| amount | True | Amount to charge the customer. |
337
-
| currency | False | currency to charge in. Defaults to NGN
338
-
|
337
+
| currency | False | currency to charge in. Defaults to NGN|
339
338
| integrity_hash | False | This is a sha256 hash of your FlutterwaveCheckout values, it is used for passing secured values to the payment gateway. |
340
339
| payment_options | True | This specifies the payment options to be displayed e.g - card, mobilemoney, ussd and so on. |
341
-
| payment_plan | False | This is the payment plan ID used for Recurring billing
342
-
|
340
+
| payment_plan | False | This is the payment plan ID used for Recurring billing|
343
341
| 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. |
344
342
| customer | True | This is an object that can contains your customer details: e.g - 'customer': {'email': 'example@example.com','phonenumber': '08012345678','name': 'Takeshi Kovacs' } |
345
343
| 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 |
0 commit comments