You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I was trying to save the payment method for the customer so that it can be used in future. After reading the stripe documentation I got to know that this can be done automatically if the authorize request (creating a new Payment Intent) is sent with the passing following parameters -
I modified the code of src/Message/PaymentIntents/AuthorizeRequest.php under the function getData() with above and it started working.
Can this be added in the code as an extra getter/setter of parameter? Or, let me know if there is another way to achieve this in Payment Intent gateway