I have this code to capture subscription payment from flutterwave but it sends to blank page on their server has anyone have a fix or solution my code is below and checkoutcode is from their end https://developer.flutterwave.com/reference/endpoints/subscriptions
<form method="POST" action="https://checkout.flutterwave.com/v3/hosted/pay">
<input type="hidden" name="payment_plan" value="106150" />
<button type="submit">Pay Now</button>
</form>
<form method="POST" action="https://checkout.flutterwave.com/v3/hosted/pay">
<input type="hidden" name="payment_plan" value="106150" />
<button type="submit">Pay Now</button>
</form>
I am trying to implement flutterwave existing checkout code
You're not sending all the required fields. You're sending only payment_plan, but this is not valid field. You have to send valid public_key and the rest required fields. E.g. this values working: