Replies: 2 comments
-
|
@AfaqaL for hide the billing address set the option await Stripe.instance.initPaymentSheet(
paymentSheetParameters: SetupPaymentSheetParameters(
customFlow: false,
merchantDisplayName: 'Eccommerce Store',
paymentIntentClientSecret: data.clientSecret,
style: ThemeMode.light,
billingDetailsCollectionConfiguration: BillingDetailsCollectionConfiguration(
address: AddressCollectionMode.never
)
)
); |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
can you please update the class in the verison 2.5.0. i didn't get this class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to use pre-build payment sheet but hide the billing address field (leave the card detail fields only). Or alternatively, to set up a custom card input fields an feed them to the stripe sdk?
Beta Was this translation helpful? Give feedback.
All reactions