#shweta1806
1 messages · Page 1 of 1 (latest)
Hi, Sepa DD seems to work with SetupIntent in ReactNative, so I guess it should work with flutter https://stripe.com/docs/payments/sepa-debit/set-up-payment
I followed this document but in subscription Sepa DD is not working. I contact stripe support and sending mail to them from last week but not getting any success
Do you mean you had it working with SetupIntent, but not SetupIntent inside a subscription?
yes
Can you give me the Subscription Id?
{
subscriptionId: sub_1Lc0V0GVrxoPH8K0XHBp6WqO, customerId: cus_MJcqkLF2BE29I1,
payment_intent: {clientSecret: pi_3Lc0V1GVrxoPH8K000esZLta_secret_NJ82MTDnPJbI5YHa8ruUAUsOM}, pending_setup_intent: {clientSecret: null}, prices: {price: 1000, currency: eur}, subscriptionStatus: incomplete}
Hmm this doesn't have the SetupIntent
How did you do these steps?
- Create Setup Intent for Subscription
- Get Client Secret
yes, let me send for setupIntent
We have created setupIntent using this and in setup Intent we will not get subscription ID initially.
curl https://api.stripe.com/v1/setup_intents
-u sk_test_xxx:
-d "customer"=cus_MKg79MrzKRUqhZ
-d "payment_method_types[]"=sepa_debit \
(please remove your key sk_test_xxxx)