#monte.btc
1 messages · Page 1 of 1 (latest)
in test mode
Hi 👋
We can't offer support for triggering actions through Zapier. Are you making requests to Stripe APIs directly?
no just using the stripe connection through zapier and I create a new subscription and it will not be pulled in as mapping data
I should probably just use the api but thats more work just seeing if you had any idea why it wont pull in test data
Unfortunately I cannot offer any support with that integration. I don't have a way to understand what their code is doing or why.
Okay I just did it through api but the meta data is not being pulled in when the payload is sent
Can you share the request ID or the ID of the Subscrpition?
"018cfedc-7e6b-3746-3ff3-dddd276e6a2d"
The request ID will start with req_ and the Susbcription ID will start with sub_. EIther of those IDs are the ones I need, sorry
Sorry here u go boss "sub_1OXp9aF65KX0kbCwAFC37MSV"
Oh wait, you are creating a Checkout Session? Where are you setting the metadata?
within the payment link settings
Okay that metadata does not get copied to the Subscription object
You would need to retrieve the Checkout Session that created that Subscription to retrieve that metadata
How can I send metadata attached to a subscription object sir
preferably through the dashboard
I don't know if you can do this through the dashboard, this server is focused on helping developers code integrations with Stripe APIs.
You can do this via the API by passin the metadata in the subscription_data parameter when creating a Payment Link
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-subscription_data-metadata
tHiS dIsCoRd iS FoR DeVeLoPeRs
You think regular support would help me with this
they wouldnt
they will read the same docs I have read
I don' t think it's possible through the dashboard