#cnguyen

1 messages · Page 1 of 1 (latest)

dry steppeBOT
steady ember
wide cypress
#

This it this part

#

On my side, I create the payment intent with const paymentIntent = await stripe.paymentIntents.create({
amount: 1099,
currency: 'eur',
payment_method_types: ['card'],
statement_descriptor: 'example descriptor',
});

#

And on the stripe dashboard, it's allo-prio