#BenXk
1 messages · Page 1 of 1 (latest)
Hello, can you tell me more about what you mean by "can't see the customer object on stripe"? Are you making API calls for these customers and nothing is showing up? Or something else?
Sorry, I am trying to do this https://stripe.com/docs/api/payment_methods/customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But my stripe object does not have customer
stripe.customer
I have collectBankAccountForPayment collectBankAccountForSetup etcwhich makes me think I have the wrong stripe object
I am trying to get this in react
What stripe object are you working with right now? Can you send me its ID?
Where would I find the id sorry?
If you print out the object there should be an id field on it
I don't see that
That's part of the problem then
I am using loadStripe from @stripe/stripe-js