#crochet-invoice-sct

1 messages · Page 1 of 1 (latest)

static needleBOT
distant narwhal
#

@opal whale what have you tried?

opal whale
#

I tried SC&T with transfer group and it failed

distant narwhal
#

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

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

distant narwhal
#

yeah you can't update the PaymentIntent in that case. But you can use source_transaction when creating the Transfer

opal whale
#

ahhh i see, so after the payment intent is paid, then create two transfer with source transaction

distant narwhal
#

yes that should work

opal whale
#

will try that thank you!