Skip to content

Commit 70ad804

Browse files
author
Toyeeb
committed
Added API Tracker
1 parent 6e61bb9 commit 70ad804

21 files changed

+558
-186
lines changed

dist/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 |

dist/bundles/flutterwave-angular-v3.umd.js

Lines changed: 141 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundles/flutterwave-angular-v3.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)