#bajay_code

1 messages ¡ Page 1 of 1 (latest)

fierce condorBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1254681372719710260

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

lapis drift
vernal flame
#

Destination charges are created on platform, so platform is responsible for stripe fee. This is the expected behaviour.

lapis drift
vernal flame
#

You can consider charging a higher application fee to cover the stripe fee.

lapis drift
#

please check this image and in here platform fee and stripe fee is being charged seperately. this screenshot is from payment of our competitors platform

#

this one is from our platform, here it just has platform fee

#

how can i charge platform fee and stripe fee seperately?

#

please guide

#

these both screenshot are from customer account

#

i want that my customer should also be charged as the first screenshot charges, two fees seperately

vernal flame
#

Can you share with me the IDs of these two paymentIntents?

lapis drift
#

yes sure please wait

#

this one is for ko-fi payment
"id": "ch_3PTx6LHIfTQUSBVX0x9JNT4K"
"payment_intent": "pi_3PTx6LHIfTQUSBVX0Q3eiUid"

#

and for our platform it shows this

#

it does not show on my customer account however i did find it on platform account

#

id": "cs_live_a1s9h2hu3Pi5A8IaPUQkEjO38FDO1XDIOdUDHnF7TyciZrIw460wTIjX2l

#

payment_intent": "pi_3PRwyOGuORJUccAU0v8Zp0mS"

vernal flame
lapis drift
#

and what about this pi_3PRwyOGuORJUccAU0v8Zp0mS?

vernal flame
#

pi_3PRwyOGuORJUccAU0v8Zp0mS is a destination charge, and platform is responsbile for stripe fee

lapis drift
#

can you guide me how to create a direct charge using .net or maybe guide me to a link or something?

vernal flame
#

You can refer to the link that I shared earlier,

lapis drift
#

can we use direct charges on express account?

vernal flame
#

It's not recommended, you should use destination charges for express accounts.

lapis drift
#

but if we still want to use it can we use it?

vernal flame
#

I'm strongly against it. Express account doesn't have full Dashboard access, so they aren't able to handle disputes as standard account do.

lapis drift
#

how can we check if our platform account is standard or express?

vernal flame
#

A platform is a standard account

lapis drift
#

so our account whose keys we are using is standard account?

#

and we can use direct charges?

#

right?

vernal flame
#

It depends on the type of the connected account.

To summarize

  • If the connected account is a standard account, use direct charge
  • If the connected account is a express/custom account, use destination charge
lapis drift
#

do i implement a check in my code for that?

vernal flame
lapis drift
#

hello i have a question. on our platform the creators connect their stripe account with our platform so they are connected account and supporters just click on fund and ther are redirected to checkou page so to charge a direc t charge on supporter i think we need their stripe account id, right? but in our case we just get customer id

vernal flame
#

Are you asking how to retrieve the account ID of a connected account?

lapis drift
#

no i'm asking that to charge a direct charge to our supporters who fund the creators, supporters should also be a connected account?

vernal flame
#

is the supporter the payee or payer?

lapis drift
#

payer

vernal flame
#

Then no, they don't need to be a connected account.