Create payment planAsk AIpost https://api.flutterwave.com/v3/payment-plansCreate a payment plan for your customers.Body Paramsamountint32requiredDefaults to 5000This is the amount to charge all customers subscribed to this plan.namestringrequiredDefaults to Monthly Nepa Bill CollectionThis is the name of the payment plan, it will appear on the subscription reminder emailsintervalstringrequiredDefaults to MonthlyThis will determine the frequency of the charges for this plan. Could be yearly, quarterly, monthly, weekly, daily, etc.durationint32Defaults to 24This is the frequency, it is numeric, e.g. if set to 5 and intervals is set to monthly you would be charged 5 months, and then the subscription stopsHeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated over 1 year ago