#Kyle-Checkout
1 messages · Page 1 of 1 (latest)
Hi there
So I'd recommend using metadata instead and setting it here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
This will pass the metadata down to the actual PaymentIntent
Which will make it more efficient to reconcile these payments, as otherwise you will retrieve the Checkout Session and then access the PaymentIntent from there.
Overall though this is really a personal preference thing and either way works just fine.
@quick fractal Thank you I appreciate the information.