Override the setup_future_usage
field to on_session
based on merchant config
#5015
Labels
setup_future_usage
field to on_session
based on merchant config
#5015
This is the use case where in which we need if the setup_future_usage is set to off_session in the payment method needs to be just saved at hyperswitch and not at connector.
skip_saving_wallet_at_connector_<merchant_id>
is the config which takes vector of payment method type as the value. When this config is set, thesetup_future_usage
is overridden toon_session
by which mandates won't be created at the connector's end.Also add a validation to add duplicate apple pay payment method being saved.
The text was updated successfully, but these errors were encountered: