Is there a way to get the custom field that’s inside the payment link on Stripe?
I can only get it if the trigger is to create a new payment link, but that’s not what I want.
I want to get it when a payment is being made using that link.
Is there a way to get the custom field that’s inside the payment link on Stripe?
I can only get it if the trigger is to create a new payment link, but that’s not what I want.
I want to get it when a payment is being made using that link.
Hi welcome to the community,
Please use the Make module of strip to watch for events and then use the watch payments , make a test payment and you will see if it comes with the data or not
if you have something already built please share the scenario images or data output .
thank you
The custom field is named “Trading View ID”. Unfortunately, it doesn’t appear when I use the trigger for a new subscription.
Hi it will not be coming under the customer data , can you show what you are getting from subscription first module ,
Hi I can see there is something comes under the metadata part , can you show that part whats coming under the Metadata collections , If you can share the output json of first step it will be great , thank you
Sorry, but I don’t know how to do that.