Skip to content

Commit 3816936

Browse files
Merge pull request #5 from toybz/master
Updated SDK for recurring payments
2 parents 03c1e02 + 220a081 commit 3816936

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,10 @@ Payment option parameters and descriptions:
334334
| public_key | True | Your API public key |
335335
| tx_ref | True | Your transaction reference. This MUST be unique for every transaction |
336336
| 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|
339338
| integrity_hash | False | This is a sha256 hash of your FlutterwaveCheckout values, it is used for passing secured values to the payment gateway. |
340339
| 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|
343341
| 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. |
344342
| customer | True | This is an object that can contains your customer details: e.g - 'customer': {'email': 'example@example.com','phonenumber': '08012345678','name': 'Takeshi Kovacs' } |
345343
| 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

Comments
 (0)