java.lang.IllegalArgumentException: Invalid Payment Intent client secret:
I got this error when i call
await Stripe.instance.retrievePaymentIntent("$_secretKey").then((value) {
log("PaymentIntent: $value");
});
my secret key is correct ,its working fine to create intent
java.lang.IllegalArgumentException: Invalid Payment Intent client secret:
I got this error when i call
my secret key is correct ,its working fine to create intent