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
+12-2
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Hi :wave:, so there are cases where you have already initialized a payment with
182
182
| redirect_url | No | string | undefined | 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. |
183
183
| payment_options | No | string | undefined | This allows you to select the payment option you want for your users, see [Choose Payment Methods](https://developer.flutterwave.com/v2.0/docs/splitting-payment-methods) for more info. |
184
184
| payment_plan | No | number | undefined | This is the payment plan ID used for [Recurring billing](https://developer.flutterwave.com/v2.0/docs/recurring-billing). |
185
-
| subaccounts | No | array | undefined | This is an array of objects containing the subaccount IDs to split the payment into. |
185
+
| subaccounts | No | array of [FlutterwaveInitSubAccount](#flutterwaveinitsubaccount)| undefined | This is an array of objects containing the subaccount IDs to [split the payment](https://developer.flutterwave.com/v2.0/docs/split-payment) into. |
186
186
| country | No | string | NG | Route country. Defaults to NG |
187
187
| pay_button_text | No | string | undefined | Text to be displayed on the Rave Checkout Button. |
188
188
| custom_title | No | string | undefined | Text to be displayed as the title of the payment modal. |
0 commit comments