#ianh_eth
1 messages · Page 1 of 1 (latest)
For the most part we don't do a lot of automatic propagation from the Checkout Session -> down to the payment intent/charge
I noticed the transfer_group gets propagated, is there anything negative about using this to pass info from checkout session through to webhooks?
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
cool - I won't break anything by using transfer group as if it were client reference id?
Yeah you could do that if you want