hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

Add `Samsung Pay` payment method support for `Cybersource`

Open ShankarSinghC opened this issue 5 months ago • 0 comments

Samsung pay as a payment method needs to be added to Cybersource connector. And need to provide the below fields to provide the Samsung pay credentials.

"connector_wallets_details": {
        "samsung_pay": {
            "merchant_credentials": {
                "service_id": "49400558c67f4a97b3925f",
                "merchant_display_name": "Hyperswitch",
                "merchant_business_country": "options to select country",
                "allowed_brands": [
                    "visa",
                    "masterCard",
                    "amex",
                    "discover"
                ]
            }
        }
    },

ShankarSinghC avatar Sep 27 '24 07:09 ShankarSinghC