#erikmaiterth

1 messages · Page 1 of 1 (latest)

tight anchorBOT
willow rune
rustic comet
#

It's req_PmLka8gFcVkP3p

willow rune
#

You made the request as the platform (?): acct_1NX6bVIitJJzMAkn
Yet those API objects exist on a different account: acct_1OSfVLIT2QjfoPdw

rustic comet
#

Alright, then it may be related to the package I'm using (flutter_stripe). Before initializing the payment sheet I updated the stripeAccountId by

` Stripe.stripeAccountId = stripeAccountId;
await Stripe.instance.applySettings();

viewModel.createPaymentIntent();

// Initialize the payment sheet
Stripe.instance
    .initPaymentSheet(..)`

Do you have any package recommendations for Flutter?

willow rune
#

Not really sure what that API call has to do with the Payment Sheet

#

It was initialised by your backend via our Python SDK

tight anchorBOT