Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Samsung Pay payment method support for Cybersource #1490

Closed
ShankarSinghC opened this issue Sep 27, 2024 · 0 comments · Fixed by #1650 or juspay/hyperswitch#6424
Closed

Add Samsung Pay payment method support for Cybersource #1490

ShankarSinghC opened this issue Sep 27, 2024 · 0 comments · Fixed by #1650 or juspay/hyperswitch#6424
Assignees
Labels
core Status: issues related to core

Comments

@ShankarSinghC
Copy link

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"
                ]
            }
        }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Status: issues related to core
Projects
None yet
2 participants