#sajol_code

1 messages ¡ Page 1 of 1 (latest)

umbral haloBOT
#

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

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

burnt drum
fallen compass
#

req_XOIWByLMJKn0TV

#

here it is

burnt drum
#

You're doing direct charges, that transfer_data[destination] parameter is completely redundant

#

That's only relevant for destination charges. What exactly are you trying to do?

fallen compass
#

actually my system is a SaaS ecommerce. and store admin connect their stripe with our system and collect payment. now we want a plan to get 7% platform chrge for each transaction

burnt drum
#

That will be the fee that the platform keeps and is deducated from the amount

fallen compass
#

yes. so i don't need to set transfer_data[destination]?

burnt drum
#

Yes, you can remove it

fallen compass
#

thanks a lot. you save my day. i was trying for last 2 hours with that params. thanks again. bye bye.

burnt drum
#

No problem, glad I could help!