omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Using PaymentIntents card is not updating.

Open Mayar-Airalo opened this issue 4 years ago • 0 comments
trafficstars

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 ?

Mayar-Airalo avatar Sep 13 '21 12:09 Mayar-Airalo