Created
November 16, 2017 07:51
-
-
Save adiwids/038cbb2b553354ca2ac301fa21f9a7f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"challenges": [ | |
"cvv" | |
], | |
"environment": "production", | |
"clientApiUrl": "https://api.braintreegateway.com:443/merchants/kqzsv2v4y7nz44xm/client_api", | |
"assetsUrl": "https://assets.braintreegateway.com", | |
"authUrl": "https://auth.venmo.com", | |
"analytics": { | |
"url": "https://client-analytics.braintreegateway.com/kqzsv2v4y7nz44xm" | |
}, | |
"threeDSecureEnabled": false, | |
"paypalEnabled": false, | |
"merchantId": "kqzsv2v4y7nz44xm", | |
"venmo": "off", | |
"applePay": { | |
"status": "production", | |
"countryCode": "US", | |
"currencyCode": "USD", | |
"merchantIdentifier": "merchant.com.drync.default", | |
"supportedNetworks": [ | |
"visa", | |
"mastercard", | |
"amex", | |
"discover" | |
] | |
}, | |
"creditCards": { | |
"supportedCardTypes": [ | |
"American Express", | |
"Discover", | |
"JCB", | |
"MasterCard", | |
"Visa", | |
"Apple Pay - Visa", | |
"Apple Pay - MasterCard", | |
"Apple Pay - American Express", | |
"Apple Pay - Discover" | |
], | |
"supportedGateways": [ | |
{ | |
"name": "clientApi" | |
} | |
] | |
}, | |
"androidPay": { | |
"enabled": true, | |
"displayName": "Drync LLC", | |
"environment": "production", | |
"supportedNetworks": [ | |
"visa", | |
"mastercard", | |
"amex", | |
"discover" | |
], | |
"googleAuthorizationFingerprint": "4edda861f0eaf8f5294ca2654c5a35f1d1849cc3954bea5643ac5f6b866b70f2|client_id=client_id$production$ctt2rrjh8ns39xqc&created_at=2017-11-16T07:49:12.730855803+0000&fpscopes=tokenize_android_pay&merchant_id=kqzsv2v4y7nz44xm" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment