Last active
November 16, 2017 07:44
-
-
Save adiwids/bfc99b182416a4727dec2c7ac87f2f6e 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
//braintree configuration fetched | |
{ | |
"challenges": [ | |
"cvv", | |
"postal_code" | |
], | |
"environment": "sandbox", | |
"clientApiUrl": "https://api.sandbox.braintreegateway.com:443/merchants/k8x49qgdv2b7tx24/client_api", | |
"assetsUrl": "https://assets.braintreegateway.com", | |
"authUrl": "https://auth.venmo.sandbox.braintreegateway.com", | |
"analytics": { | |
"url": "https://client-analytics.sandbox.braintreegateway.com/k8x49qgdv2b7tx24" | |
}, | |
"threeDSecureEnabled": true, | |
"paypalEnabled": true, | |
"paypal": { | |
"displayName": "Joe's Liquor Barn", | |
"clientId": null, | |
"privacyUrl": "http://example.com/pp", | |
"userAgreementUrl": "http://example.com/tos", | |
"baseUrl": "https://assets.braintreegateway.com", | |
"assetsUrl": "https://checkout.paypal.com", | |
"directBaseUrl": null, | |
"allowHttp": true, | |
"environmentNoNetwork": true, | |
"environment": "offline", | |
"unvettedMerchant": false, | |
"braintreeClientId": "masterclient3", | |
"billingAgreementsEnabled": true, | |
"merchantAccountId": "mattjoesgriffinonlineorg", | |
"currencyIsoCode": "USD" | |
}, | |
"merchantId": "k8x49qgdv2b7tx24", | |
"venmo": "off", | |
"applePay": { | |
"status": "mock", | |
"countryCode": "US", | |
"currencyCode": "USD", | |
"merchantIdentifier": "merchant.com.drync.joes-staging", | |
"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", | |
"Android Pay Card - Discover", | |
"Android Pay Card - MasterCard", | |
"Android Pay Card - Visa", | |
"Android Pay Card - American Express", | |
"Android Pay Network Token - Visa", | |
"Android Pay Network Token - MasterCard", | |
"Android Pay Network Token - American Express", | |
"Android Pay Network Token - Discover" | |
], | |
"supportedGateways": [ | |
{ | |
"name": "clientApi" | |
} | |
] | |
}, | |
"androidPay": { | |
"enabled": true, | |
"displayName": "Joe's Liquor Barn", | |
"environment": "sandbox", | |
"supportedNetworks": [ | |
"visa", | |
"mastercard", | |
"amex", | |
"discover" | |
], | |
"googleAuthorizationFingerprint": "96648156e66728045993673a0fa089ea73d1e53796c0feef2bad254485f1bfe5|client_id=client_id$sandbox$3pj3ssd2p7c3y2h9&created_at=2017-11-16T07:31:19.070800756+0000&fpscopes=tokenize_android_pay&merchant_id=k8x49qgdv2b7tx24" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment