#upcoming.ae-customer-info

1 messages · Page 1 of 1 (latest)

lament sequoia
#

Hi 👋 I'm not sure exactly what you're referring to when you say stripe app, but it's going to depend on how you integrated Stripe where a customer's information gets stored.

unreal comet
#

am using connect platform now

my application will launch in 3 days
it's same way as STOCKX application

there is buy now and bids ( when someone place a bid ) if the seller accepted his bid ( the bid person will be charged automatically as what he bid )

#

but the question is :

there is a penalties for sellers who will not ship their sold items within the period time

#

how i can charge them the penalties ?

#

i went to customer section on stripe application ( i saw my info their ) and i charged my self ( thats how i want to charge the penalties for who will not ship

lament sequoia
#

That's going to depend on the type of Connected accounts that you're using.
If you're using Express or Custom accounts then you can debit the connected account directly:
https://stripe.com/docs/connect/account-debits

If you're using Standard accounts, then you'll need to create a Customer object to represent the connected account and collect a Payment Method for that Customer. Then you would charge that Customer record whenever you needed to charge the seller.

With Connect, your platform can directly debit the Stripe balance of an Express or Custom account.

unreal comet
#

so am from united arab emirates i think the debits is not working with our region right

lament sequoia
#

Yes, good catch. So creating Customers to represent your connected accounts is going to be the best path here.

unreal comet
#

ok now if i make a refund

is it still the stipe charge which is 1.9% will be taken

lament sequoia
#

I'm not sure of the exact percentage, but yes, the Stripe fee is not returned when a payment is refunded.

unreal comet
#

ok