#Kolombina-connect-create-customer
1 messages · Page 1 of 1 (latest)
Hey there! Are you familiar with making API calls for connected accounts? https://stripe.com/docs/connect/authentication
ups, thanks! I didn't notice it in the documentation (https://stripe.com/docs/api/customers/create)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yep, it's a global parameter that's included in the API reference here: https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh, thanks!
one more qwestion: how can i use the cloned payment_method at checkout session (i don't want to use paymentIntent)
I don't think that's really possible unfortunately, Checkout usually collects new payment details instead of charging an existing saved card.
sad 😦