#nick-paymentmethod-expand

1 messages · Page 1 of 1 (latest)

cosmic trenchBOT
native bolt
#

Hi 👋

The Customer & Payment Method exist on the Connect Account, correct?

tepid hare
#

Yes - both the customer and payment method exist - it's just that when we retrieve the customer via the API, we don't see any payment methods/sources

#

We can see it if we log in to their dashboard

native bolt
#

How are you makiing the API request?

tepid hare
#

We are making it via the Stripe Ruby gem, Stripe::Customer.retrieve(cust_id, stripe_account: acct_....)

native bolt
tepid hare
#

One minute while I look for that.

#

Is it OK for me to post the full request ID here?

native bolt
#

Sure,

tepid hare
#

req_r7ZEwmXaPzo5wN

native bolt
#

Thanks, taking a look

#

Okay and you are looking which Payment Method?

tepid hare
#

The one ending in 2857

#

I will check and see if I can see it there

native bolt
#

That is how I would recommend going about this. As long as you make sure to use the stripe_account header with the Connected Accounts' ID, you should be able to retrieve this payment method

tepid hare
#

Checking now

#

OK - we can see the payment method, but we can't see the sources, which is where we currently look for that info. Obviously, we can adjust a bit, but wondering why we can't see the source information in this case?

native bolt
tepid hare
#

Yes, I believe so

native bolt
cosmic trenchBOT
tepid hare
#

OK - thank you - we will keep experimenting and circle back if we can't figure it out. I appreciate your help!