#ianh_eth

1 messages · Page 1 of 1 (latest)

thick orioleBOT
distant narwhal
#

For the most part we don't do a lot of automatic propagation from the Checkout Session -> down to the payment intent/charge

dense kiln
#

I noticed the transfer_group gets propagated, is there anything negative about using this to pass info from checkout session through to webhooks?

distant narwhal
#

transfer_group is a common concept on charges/payment intents, but client_reference_id is something that's only really applicable to Checkout Sessions. PaymentIntents/Charges are only meant to represent the barebones payment, so things like client_reference_id aren't included

dense kiln
#

cool - I won't break anything by using transfer group as if it were client reference id?

distant narwhal
#

Yeah you could do that if you want