#taiki_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1488449760091439115
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there ๐ taking a look now
sorry for the delay so far @topaz hornet
would you mind sharing the code of your API request where the card_payments capability is requested?
hi
type: 'express',
country: country,
email: user.email || undefined,
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
},
})```
This is the current code
thanks. just checking a few things
Thanks!
hi! I'm taking over this thread.
the request you shared show that you are not passing card_payments: { requested: true }.
could you try to update your code to add metadata: {foo: "bar"}, and then share the new request ID? it's to double check that you are editing the correct code.
hi! ok, please wait for a moment.
I added metadata: {foo: "bar"} and redeployed. Here is the new request ID: req_jTJiZMkaLb919R
The error still occurs. Note that the error happens before the request reaches Stripe successfully. It seems like card_payments is being stripped somewhere, even though it is explicitly in the code.
well, if you check that request in the dashboard, you'll see that there is no metadata there: https://dashboard.stripe.com/acct_1SfBN9EMbq1vMYKr/logs/req_jTJiZMkaLb919R