Payment services account - Braintree
21 minutes to read
🛈 Important This topic applies only when processing payments using Braintree |
These are the settings specific to the Payment service account tab. You will need to obtain merchant specific settings from the payment provider in order to complete these settings.
Field |
Description |
Required |
Auto set |
Sample value |
Card mapping |
See the article on Card mapping field |
Yes |
Yes |
Default:VISA;VISA:VISA;MASTERCARD:MASTER;DISCOVER:DISCOVER;AMEX:AMEXPRESS; |
Merchant id |
Enter the Merchant id provided by Braintree |
Yes |
No |
B83jdn2hd99gjjXXXX |
Public key |
Enter the Public key provided by Braintree |
Yes |
No |
y883XXXXXX2kdhj |
Private key |
Enter the Private key provided by Braintree |
Yes |
No |
43299XXXX940XX |
Braintree tokenization key |
Enter the Tokenization key as supplied by Braintree |
Yes |
No |
sandbox_s9XXXX_b |
Payment accept web url |
Refer the MAX Pay Global - Braintree_NotificationSiteDeployment document. Once you followed the step 6 from document, we got below URL https://rrconnector.azurewebsites.net How to get Payment accept web URL? Copy the note down URL: URL is: https://rrconnector.azurewebsites.net So, here is your payment accept URL: https://rrconnector.azurewebsites.net/BraintreeConnector/BraintreeCardPage.html You need to configure this URL in PS |
Yes |
Yes |
https://rrconnector.azurewebsites.net/BraintreeConnector/BraintreeCardPage.html |
Test mode |
Enter the Braintree gateway environment to map to. The possible values are 0 for Production and 1 for Test. You should set this field to 0 for Production devices and transactions. |
No |
Yes |
1 |
|
Address verification |
|
|
|
Address Verification |
This standard Microsoft setting is not supported. Leave this option disabled. AVS support is configured and decided by the Payment provider. |
No |
No |
|
|
Card verification value |
|
|
|
Card Verification Value |
Enable this option to Prompt CVV option while authorizing sales order. |
No |
No |
|
Allow blank card verification value |
Enable CVV to allow blank CVV while authorizing sales order. |
No |
No |
|
Setting the Payment accept web url
The Payment accept web url points to the CardPage.html file which manages the iFrame Hosted payment page. To set this field, you must concatenate your AOS URL with the CardPage url:
Connectors/BraintreeConnector/BraintreeCardPage.html
e.g. If your AOS URL is https://u10testvm01f7ef13ab5799568faos.cloudax.dynamics.com/
Then set this field to: https://u10testvm01f7ef13ab5799568faos.cloudax.dynamics.com/Connectors/BraintreeConnector/BraintreeCardPage.html