#evan_09475

1 messages · Page 1 of 1 (latest)

short grottoBOT
ocean knoll
#

Hi! Let me help you with this.

#

Are you sure you're initializing it correctly?
Shoudln't it be stripe.customers.retrievePaymentMethod?

gritty trellis
#

yep

      const paymentMethod = await this.stripeGateway.customers.retrievePaymentMethod(
        response.id,
        paymentObj.paymentMethodId
      )
ocean knoll
#

Are you able to call other Stripe methods?

gritty trellis
#

Yes I can Create a stripe customer

#

Sorry for the confsion, I figured out the issue,
I updated stripe version from 9 to 13 locally, I just needed to re run my docker image.
Sorry again.

ocean knoll
#

No worries! Glad you solved the issue.