#devik-paymentintent-capture

1 messages · Page 1 of 1 (latest)

eager thicketBOT
mystic sundial
#

devik-paymentintent-capture

#

@nova solstice can you give me more details? Exact code, exact request id req_123 in the error response, etc.?

nova solstice
#

req_mBQ4SJ0gxpibs1

mystic sundial
nova solstice
#

So I don't the charge at all in this flow?

#

*don't need

mystic sundial
#

correct

nova solstice
#

Ok, I must have read some outdated info. Thanks!

#

Actually, one more think.

#

After the money is captured, I'm doing a transfer to a connected account.

#

I was told here that I can link the transfer with the charge using source_transaction on the transfer.

#

Can I replace this with payment intent id as well, or do I need the charge after all?

mystic sundial
#

no in that case you need the Charge id

nova solstice
#

And will this work if I'm capturing the intent, not the charge?

mystic sundial
#

yep works the same. Just on capture you do it through the PaymentIntent and on Transfer creation you have to pass source_transaction: 'ch_123'