#evan_09475
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Are you sure you're initializing it correctly?
Shoudln't it be stripe.customers.retrievePaymentMethod?
yep
const paymentMethod = await this.stripeGateway.customers.retrievePaymentMethod(
response.id,
paymentObj.paymentMethodId
)
Are you able to call other Stripe methods?
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.
No worries! Glad you solved the issue.