hyperswitch icon indicating copy to clipboard operation
hyperswitch copied to clipboard

[FEATURE] - [STRIPE] Add Support for MOTO Payments

Open Vani-1107 opened this issue 1 month ago • 0 comments

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?

Are you willing to submit a PR?

Yes, I am willing to submit a PR!

Vani-1107 avatar Nov 04 '25 08:11 Vani-1107