Stripe Payment Link and Custom Field data

I’ve noticed that when I watch Stripe checkout sessions for payment links, I’m not able to retrieve the custom field data from the payment submission. I’m using a webhook that’s listening for checkout sessions and even though the session comes through, the custom field data doesn’t. Any insight?

1 Like

Welcome to the Make community!

You’ll need to use an additional module or the generic universal module to fetch custom fields that are not provided.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

3 Likes

Thanks @samliew How can I do that?

If the external service has a Developer API Reference/Documentation then you should be able to integrate the endpoints in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Im using the Stripe watch module with an http where I’m searching for Charge Succeeded events. My scenario is running as it should but I’m only getting two of my three custom fields back in the returned bundles. Please let me know if there’s additional detail needed.