#Ruchi Parekh
1 messages · Page 1 of 1 (latest)
You may set your own data in metadata field: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-metadata
Once the payment is completed, metadata will be present in checkout.session.completed event
ok. Will I be able to access this metadata in Zapier
We don't know how Zapier works, so not really sure if Zapier is able to access it
So, once the checkout session is completed, I want to update Salesforce back with the Payment
what is the best approach to do this then?
After checkout session is completed, metadata will be included in checkout.session.completed event. Once you receive checkout.session.completed event in your server, then you update the payment status to Salesforce
Ok Thank you