π Issue Description
I am using flutter_stripe PaymentSheet in my Flutter app.
Even after setting:
linkDisplayParams: LinkDisplayParams(linkDisplay: LinkDisplay.never),
The Link (email) option is still visible in the PaymentSheet UI.
β
What I Tried
- Set
allowsDelayedPaymentMethods: false
- Added
LinkDisplayParams(linkDisplay: LinkDisplay.never)
- Backend configured with:
{ "payment_method_types": ["card"],
β Expected Behavior
Link option should be hidden from PaymentSheet.
β Actual Behavior
Link option is still visible and cannot be removed.
π± Environment
- Flutter version: 3.41.6
- flutter_stripe version: 12.6.0
- Platform: Android / iOS
πΈ Screenshots
It seems LinkDisplayParams is either not supported or ignored in PaymentSheet. Please clarify if this is expected behavior or a bug.
π Issue Description
I am using
flutter_stripePaymentSheet in my Flutter app.Even after setting:
The Link (email) option is still visible in the PaymentSheet UI.
β What I Tried
allowsDelayedPaymentMethods: falseLinkDisplayParams(linkDisplay: LinkDisplay.never){ "payment_method_types": ["card"],β Expected Behavior
Link option should be hidden from PaymentSheet.
β Actual Behavior
Link option is still visible and cannot be removed.
π± Environment
πΈ Screenshots
It seems
LinkDisplayParamsis either not supported or ignored in PaymentSheet. Please clarify if this is expected behavior or a bug.