#kanishksonee_error
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/1339256736124637186
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
If you need to send nested params, you need to use -d
Sorry wrong link
Alternative would be to set via --transfer-data.destination
But you can do stripe payment_intents create --help for the help/docs
That solved the issue immediately!
Thank you so much, was unable to navigate due to so many different documentations
I used this -
stripe payment_intents create
-d amount=2000
-d currency=usd
-d customer=cus_Rl1D9o1Y0TsBfL
-d "transfer_data[destination]"=acct_1QrfpZCBnoCLXRbR
-d application_fee_amount=500
-d payment_method=pm_card_visa
-d confirm=true
-d return_url="https://example.com/return"
Yes that works
Thank you once again, I might post here incase I come across any more errors if you dont mind