#BenXk

1 messages · Page 1 of 1 (latest)

hasty cragBOT
uneven grotto
#

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?

fast heron
#

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

uneven grotto
#

What stripe object are you working with right now? Can you send me its ID?

fast heron
#

Where would I find the id sorry?

uneven grotto
#

If you print out the object there should be an id field on it

fast heron
#

I don't see that

#

That's part of the problem then

#

I am using loadStripe from @stripe/stripe-js

uneven grotto
#

I am a bit confused here. The retrieve customers method isn't in Stripe.js. Are you doing something in Stripe js and then making that call on your server?

#

Is there some guide of ours that you are following?

fast heron
#

No I was looking at the api for node is

#

So I’m guessing I can’t do that client side