#victory_api

1 messages ยท Page 1 of 1 (latest)

sour perchBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ 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.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— 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/1286613298736926762

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rich forge
ivory wing
#

I mean, can I create SEPA mandate on stripe directly, if yes, what is the endpoint for create the SEPA mandate?

#

regarding the Mandate API from Stripe. I understand how the mandate can be retrieved, but where do get the mandate id (beginning with mandate_ ) from?

#

I dont see an endpoint for creating a mandate, just one to retrieve the mandate by its id

rich forge
#

I mean, can I create SEPA mandate on stripe directly, if yes, what is the endpoint for create the SEPA mandate?
No, the customer need to ackwnoledge the mandate creation. You can't create a mandate without the customer action.

ivory wing
#

Can you explain in more detail?

#

After customer agree with mandate, how can I get the mandate id?

rich forge
#

Why you need the mandate Id? you can simply use the generated PaymentMethod ID for your payments

ivory wing
#

Thanks for letting me know.
But I need the SEPA Mandate, because of that, I have to get the detail information of Mandate with mandate id on this endpoint.
GET
/v1/mandates/:id

rich forge
#

Let me do a quick test...

ivory wing
#

thanks

rich forge
ivory wing
#

Hi, @rich forge
Thanks for letting me know.
But I am not sure how can I get the Sepamandate with this?

#

Please explain in more detail. ๐Ÿ˜Š

rich forge
#

and then once the SetupIntent is confirmed

#

you can retreive it by Id via Stripe API

#

Then you'll get the mandate Id in the response