#johanrdu
1 messages · Page 1 of 1 (latest)
Can you elaborate on what you mean by 'custom fields'? Which payment APIs are you using?
I've only connected with zapier and active campaign via api url.
I've then created a "custom field" with a drop down in my payment:
https://buy.stripe.com/dR68yCf1v8NMcZa5kk
And I need the data from that custom field go into zapier or active campaign
the field called "Abnahmestelle - bitte auswählen"
Cool, then I guess in Zapier you need to configure a 'zap' to listen for checkout.session.completed events
The fields should be available on that event to use as you need
I just can't find the fields in any zapier trigger
You may need to speak to Zapier about that then. But if you can configure it to listen to checkout.session.completed events then there will be a custom_fields hash with the data: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-custom_fields
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, thanks!
I can see it is supported: https://zapier.com/apps/stripe/integrations#triggers-and-actions
ok, I'll try that