#crochet-invoice-sct
1 messages · Page 1 of 1 (latest)
@opal whale what have you tried?
I tried SC&T with transfer group and it failed
Not entirely sure I follow. That's a picture of an error message. What code are you using exactly?
crochet-invoice-sct
cc @opal whale
I created the invoice via the API: and then tried to update the payment intent tied to the invoice with a transfer group and it failed with the above error
and this doc only has direct and destination: https://stripe.com/docs/connect/invoices
yeah you can't update the PaymentIntent in that case. But you can use source_transaction when creating the Transfer
ahhh i see, so after the payment intent is paid, then create two transfer with source transaction
yes that should work
will try that thank you!