#jihen-capture

1 messages · Page 1 of 1 (latest)

lapis cloud
thorn dagger
#

I'm using a multi vendor plateform and I want that this money will be blocked for each seller and not blocked for me

#

is it possible ?

lapis cloud
#

I was wondering if I could confirm with you to make sure I understand the question correctly.
You are a platform account with multiple connected accounts, customer make a purchase on the connected accounts, money will be captured only after a certain amount of time depending on the payment method.
You would like to see the pending amount showing only on Connected accounts but your Platform account would see the amount as finalised?

thorn dagger
#

No, this is not the case. Me, as owner of the site, I present only the intermediary between the sellers and the buyers.
Sellers log in, showcase their products, and buyers log in and make a purchase. In this case, I want the seller to only receive these monies after an "X" period of time until the buyer uses the product and claims a return if there is a problem.

lapis cloud
thorn dagger
#

thank you for your response

#

so where can I edit this code?

lapis cloud
thorn dagger
#

Sorry I don't understand how can I use it!

lapis cloud
#

I was wondering if you know how to make a POST request?

#

Or if you are aware of the curl tool?

#

if you use curl, the command can be found: https://stripe.com/docs/api/accounts/update?lang=curl
and replace the example -d "metadata[order_id]"=6735 with:
-d settings[payouts][schedule][delay_days]=7

this is an example if you want the payment to be delayed for 7 days, please feel free to change this number to the number of days you prefer.