Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using PaymentIntents card is not updating. #663

Open
Mayar-Airalo opened this issue Sep 13, 2021 · 0 comments
Open

Using PaymentIntents card is not updating. #663

Mayar-Airalo opened this issue Sep 13, 2021 · 0 comments

Comments

@Mayar-Airalo
Copy link

Mayar-Airalo commented Sep 13, 2021

I am using PaymentIntents method to update the card, but it always through error card number is required.
I am using node.js for same api it working perfectly .

This is the method i am using
/** * @inheritdoc * * @return \Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest */ public function updateCard(array $parameters = array()) { return $this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest', $parameters); }

Can anyone help me out ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant