I have Stripe setup. I have the live and test keys. However, how do we test connecting Vendors and ensuring transactions are being split?
I would like to test;
* a Vendor can connect to Stripe.
* a transaction to 1 Vendor is split correctly between Admin & Vendor.
* a transaction involving 2-3 Vendors is split correctly between Admin and Vendors.
* refund requests are handled by Vendor.
Can we create test Vendor accounts to do this? Is there any guide available on how to do this? I read this https://docs.wclovers.com/vendor-payment/ and also https://wclovers.com/forums/topic/testing-stripe-payments-and-stripe-connect/ but the post is closed and I guess the information is out-of-date.