-
Goal:
Create new cardholder with linked_to_account field set using Stripe resource query -
Steps:
I'm trying to make a request to the createCardholder endpoint through the Stripe integrated resource query. Stripe now requires us to pass a field on all createCardholder requests called "linked_to_account" which ensures the cardholder is linked to a Stripe Connected Account. The issue is that this field is not listed as a param option in the Retool UI so I am unable to add the required field to the request. I also don't see an option to manually configure the params for this request, so I'm pretty blocked. -
Details:
Hi @Cameron_Soregaroli,
Can you please confirm which endpoint you are trying to use? I was presuming you were trying to use: https://api.stripe.com/v1/issuing/cardholders, which doesn't require a "linked_to_account" parameter. I actually don't see this parameter listed anywhere in the stripe api docs. Can you point me to the place in their docs that calls for that parameter? THANKS!