#guillaume_api

1 messages ยท Page 1 of 1 (latest)

cobalt sailBOT
#

๐Ÿ‘‹ 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/1296051709575168043

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

sweet bolt
#

This is the request parameter:
{
"amount": "1500",
"automatic_payment_methods": {
"enabled": "true"
},
"confirm": "true",
"currency": "eur",
"customer": "cus_R2C4fn5f5Zd32s",
"off_session": "true",
"payment_method": "pm_1QA7gb2ERkXzKdsiEqcPv8qU"
}

nimble heart
#

if it says it's high-risk that's what it means; the raw type of the response being invalid_request_error doesn't mean your code is wrong it's just the generic meaning of "you sent something invalid, i.e. a payment method we consider high risk ", it's just how the API works

sweet bolt
#

Ok thanks. Is there a way to tell Stripe the payment method is not high risk ?
Is my example I am the owner of the connected account and payment method ๐Ÿ™‚

nimble heart
#

sure, open a support ticket

sweet bolt
#

alright

#

thanks for your help