#upcoming.ae-customer-info
1 messages · Page 1 of 1 (latest)
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.
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
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.
so am from united arab emirates i think the debits is not working with our region right
Yes, good catch. So creating Customers to represent your connected accounts is going to be the best path here.
ok now if i make a refund
is it still the stipe charge which is 1.9% will be taken
I'm not sure of the exact percentage, but yes, the Stripe fee is not returned when a payment is refunded.
ok