chore(config): [AUTHORIZEDOTNET] Add apple pay manual flow to dashboard (#4080)

This commit is contained in:
DEEPANSHU BANSAL
2024-03-14 12:54:28 +05:30
committed by GitHub
parent fd67a6c225
commit 59a2bc434d
3 changed files with 39 additions and 0 deletions

View File

@ -334,6 +334,8 @@ merchant_secret="Source verification key"
payment_method_type = "CartesBancaires" payment_method_type = "CartesBancaires"
[[authorizedotnet.debit]] [[authorizedotnet.debit]]
payment_method_type = "UnionPay" payment_method_type = "UnionPay"
[[authorizedotnet.wallet]]
payment_method_type = "apple_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
payment_method_type = "google_pay" payment_method_type = "google_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
@ -345,6 +347,17 @@ key1="Transaction Key"
merchant_name="Google Pay Merchant Name" merchant_name="Google Pay Merchant Name"
gateway_merchant_id="Google Pay Merchant Key" gateway_merchant_id="Google Pay Merchant Key"
merchant_id="Google Pay Merchant ID" 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] [authorizedotnet.connector_webhook_details]
merchant_secret="Source verification key" merchant_secret="Source verification key"

View File

@ -227,6 +227,8 @@ merchant_secret="Source verification key"
payment_method_type = "CartesBancaires" payment_method_type = "CartesBancaires"
[[authorizedotnet.debit]] [[authorizedotnet.debit]]
payment_method_type = "UnionPay" payment_method_type = "UnionPay"
[[authorizedotnet.wallet]]
payment_method_type = "apple_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
payment_method_type = "google_pay" payment_method_type = "google_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
@ -239,6 +241,17 @@ key1="Transaction Key"
merchant_name="Google Pay Merchant Name" merchant_name="Google Pay Merchant Name"
gateway_merchant_id="Google Pay Merchant Key" gateway_merchant_id="Google Pay Merchant Key"
merchant_id="Google Pay Merchant ID" 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] [authorizedotnet.connector_webhook_details]
merchant_secret="Source verification key" merchant_secret="Source verification key"

View File

@ -334,6 +334,8 @@ merchant_secret="Source verification key"
payment_method_type = "CartesBancaires" payment_method_type = "CartesBancaires"
[[authorizedotnet.debit]] [[authorizedotnet.debit]]
payment_method_type = "UnionPay" payment_method_type = "UnionPay"
[[authorizedotnet.wallet]]
payment_method_type = "apple_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
payment_method_type = "google_pay" payment_method_type = "google_pay"
[[authorizedotnet.wallet]] [[authorizedotnet.wallet]]
@ -345,6 +347,17 @@ key1="Transaction Key"
merchant_name="Google Pay Merchant Name" merchant_name="Google Pay Merchant Name"
gateway_merchant_id="Google Pay Merchant Key" gateway_merchant_id="Google Pay Merchant Key"
merchant_id="Google Pay Merchant ID" 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] [authorizedotnet.connector_webhook_details]
merchant_secret="Source verification key" merchant_secret="Source verification key"