DEV Community

abhinavreddy98
abhinavreddy98

Posted on

Stripe Connect Capability Enquiry

I'm trying to add a functionality using Stripe Connect where the user (A) makes a payment that is split between the website (B) and the service provider (C).
However, I want to implement this in a way where either:

1) The payment is held by B for around a week until B sends a signal/API request to stripe to either complete the payment or refund it to A

OR

2) The payment is deducted from A but not transferred to B or C until B sends a signal/API request to stripe to either complete the transaction or refund it to A

I want to know if this is currently possible and if not, what the standard method of implementation should be.
If it is possible, I would like to know what tool/API/feature of Stripe Connect would make this possible.

Any help would be greatly appreciated

Top comments (0)