#niti-connect
1 messages · Page 1 of 1 (latest)
@daring hazel well you can either :
- use a Destination charge (to create the transfer at the time of the payment) and then control when the money is actually available for the connected account to pay out to their bank account, by using manual payouts (https://stripe.com/docs/connect/manual-payouts)
- don't create the transfer at the time of the payment and instead transfer when your condition is met. https://stripe.com/docs/connect/charges-transfers
Suppose I created the PaymentIntent with confirm and off_session true and also added transfer_group than creating the transfer afterward along with the transfer_group will work ?
as far as I know it does, but it's easy enough for you to test it in test mode!