hyperswitch
hyperswitch copied to clipboard
[FEATURE] - [STRIPE] Add Support for MOTO Payments
Feature Description
Passing payment_method_options[card][moto] as true if paymentChannel is being sent as Moto.
If the setup_future_usage is set to OnSession and payment_channel is set to moto , stripe throws an error payment_method_options[card][moto] can be set to true only when setup_future_usage is either offsession or null, hence setting setup_future_usage to null in case it is a moto payment.
Possible Implementation
Passing payment_method_options[card][moto] as true if paymentChannel is being sent as Moto.
Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar issue
Have you read the Contributing Guidelines?
- [x] I have read the Contributing Guidelines
Are you willing to submit a PR?
Yes, I am willing to submit a PR!