#marusyk_code
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/1295736883715899402
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I want to collect the application fee and shipping cost separately in a single payment. However, the current code includes the shipping cost in application_fee_amount. How can I exclude the shipping cost from application_fee_amount and handle it as a separate charge while keeping transactions within the same payment for the buyer?
I don't understand what you're asking here.
You cannot have a single customer payment that behaves like two separate payments for you as a merchant
You need to determine the total amount you want to charge the customer and the final/total application_fee_amount to collect as the platform