#hugors_api

1 messages ¡ Page 1 of 1 (latest)

silver moonBOT
#

👋 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/1303079285808169031

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

timber fern
#

Hey

#

About the email we just recieved, that statement_descriptor_suffix will be required from 20 november

golden beacon
#

Hello, I am not immediately familiar with that email. I am looking things up on my side but can you tell me more about what specifically you are trying to do, what your code looks like for this now, and what specific error you are getting when you try to run it?

timber fern
#

This is the email:

#

And I recieve: parameter_unknown

golden beacon
#

Gotcha, thank you. For checkout there is a special parameter called payment_intent_data for setting things on the underlying payment intent. There are many fields which can be set on the payment intent but wouldn't make sense for a Checkout Session with a subscription or setup intent. So if you set payment_intent_data.statement_descriptor_suffix this should set that field properly for you https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_intent_data-statement_descriptor_suffix

timber fern
#

You can not pass payment_intent_data in subscription mode.

#

Maybe this does not apply to my setup?

#

about the email

golden beacon
#

there is subscription_data but it does not have an SD suffix param. I will consult my colleagues on this and get back to you

timber fern
#

Thank you

#

I have to go now but I'm looking forward for your answer

silver moonBOT