mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore(config): [AUTHORIZEDOTNET] Add apple pay manual flow to dashboard (#4080)
This commit is contained in:
@ -334,6 +334,8 @@ merchant_secret="Source verification key"
|
||||
payment_method_type = "CartesBancaires"
|
||||
[[authorizedotnet.debit]]
|
||||
payment_method_type = "UnionPay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "apple_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "google_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
@ -345,6 +347,17 @@ key1="Transaction Key"
|
||||
merchant_name="Google Pay Merchant Name"
|
||||
gateway_merchant_id="Google Pay Merchant Key"
|
||||
merchant_id="Google Pay Merchant ID"
|
||||
[authorizedotnet.metadata.apple_pay.session_token_data]
|
||||
certificate="Merchant Certificate (Base64 Encoded)"
|
||||
certificate_keys="Merchant PrivateKey (Base64 Encoded)"
|
||||
merchant_identifier="Apple Merchant Identifier"
|
||||
display_name="Display Name"
|
||||
initiative="Domain"
|
||||
initiative_context="Domain Name"
|
||||
[authorizedotnet.metadata.apple_pay.payment_request_data]
|
||||
supported_networks=["visa","masterCard","amex","discover"]
|
||||
merchant_capabilities=["supports3DS"]
|
||||
label="apple"
|
||||
[authorizedotnet.connector_webhook_details]
|
||||
merchant_secret="Source verification key"
|
||||
|
||||
|
||||
@ -227,6 +227,8 @@ merchant_secret="Source verification key"
|
||||
payment_method_type = "CartesBancaires"
|
||||
[[authorizedotnet.debit]]
|
||||
payment_method_type = "UnionPay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "apple_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "google_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
@ -239,6 +241,17 @@ key1="Transaction Key"
|
||||
merchant_name="Google Pay Merchant Name"
|
||||
gateway_merchant_id="Google Pay Merchant Key"
|
||||
merchant_id="Google Pay Merchant ID"
|
||||
[authorizedotnet.metadata.apple_pay.session_token_data]
|
||||
certificate="Merchant Certificate (Base64 Encoded)"
|
||||
certificate_keys="Merchant PrivateKey (Base64 Encoded)"
|
||||
merchant_identifier="Apple Merchant Identifier"
|
||||
display_name="Display Name"
|
||||
initiative="Domain"
|
||||
initiative_context="Domain Name"
|
||||
[authorizedotnet.metadata.apple_pay.payment_request_data]
|
||||
supported_networks=["visa","masterCard","amex","discover"]
|
||||
merchant_capabilities=["supports3DS"]
|
||||
label="apple"
|
||||
[authorizedotnet.connector_webhook_details]
|
||||
merchant_secret="Source verification key"
|
||||
|
||||
|
||||
@ -334,6 +334,8 @@ merchant_secret="Source verification key"
|
||||
payment_method_type = "CartesBancaires"
|
||||
[[authorizedotnet.debit]]
|
||||
payment_method_type = "UnionPay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "apple_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
payment_method_type = "google_pay"
|
||||
[[authorizedotnet.wallet]]
|
||||
@ -345,6 +347,17 @@ key1="Transaction Key"
|
||||
merchant_name="Google Pay Merchant Name"
|
||||
gateway_merchant_id="Google Pay Merchant Key"
|
||||
merchant_id="Google Pay Merchant ID"
|
||||
[authorizedotnet.metadata.apple_pay.session_token_data]
|
||||
certificate="Merchant Certificate (Base64 Encoded)"
|
||||
certificate_keys="Merchant PrivateKey (Base64 Encoded)"
|
||||
merchant_identifier="Apple Merchant Identifier"
|
||||
display_name="Display Name"
|
||||
initiative="Domain"
|
||||
initiative_context="Domain Name"
|
||||
[authorizedotnet.metadata.apple_pay.payment_request_data]
|
||||
supported_networks=["visa","masterCard","amex","discover"]
|
||||
merchant_capabilities=["supports3DS"]
|
||||
label="apple"
|
||||
[authorizedotnet.connector_webhook_details]
|
||||
merchant_secret="Source verification key"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user