#fran-goltratec_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212272912623476786
📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
hi there
The mandate is auto generated if you use the Stripe flow https://docs.stripe.com/payments/sepa-debit/accept-a-payment?platform=web&ui=element
Yes but this is no my question
I have a mandate generated after discharge sepa...
when user access to my app I need he can view mandate.. I only have customer id.. how can I get madate then?
Hmm let me see
Have you looked around the PaymentIntent object?
Or can you share the Customer Id?
are you meaning give you customer id?
I am using a customer id in dev mode.. I could give you it if you need
is this .. cus_OkCOTZlfKYikFV
Hmm this customer doesn't have any SEPA Debit payment method
Ok, I have source from sepa.. can I get from source..
?
Or can you explain me which flow I should follow to go to mandate from customer or sepa source
?
Hmm not sure I follow the question. What do you mean by source from sepa? Have you attached the SEPA payment method to the customer?
At least I don't see it on cus_OkCOTZlfKYikFV
yes , I have attached to customer and set as default source
Wait pleaee.. I am not sure what happen.. now there isn’t payment method
But you detached it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That's the detach request, after you attached it
Okie looking...
in dashboard I go to mandate going to customer.. I click in payment method, copy source code (src_1OoiPhHDuQaJAlOmICPcpbhi) and search indashboard
in source detail I have a link to get mandate
the problem is if I get src_1OoiPhHDuQaJAlOmICPcpbhi with api I dont have any reference to mandate
and I dont find anyway get it
Alright I think that's because Source is a legacy object.. However you can receive the webhook event which contains the mandate inside the Source here https://dashboard.stripe.com/test/events/evt_1OoiPiHDuQaJAlOmjuvAlmj6
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
customer.source.created
Ok, I’ll see later .. I have to gone…
I’m other hand I should attach in other way? No as source?
Attach as Payment Method
I don't think there is, unfortunately
It depends on if you collect by SetupIntent, you would have Payment Method ready, inside the confirmed SetupIntent
Ok, thanks for all