Developer's Network
Untitled Document

TASK 11: CONNECT TO BUYSAFE PRODUCTION ENVIRONMENT

 

Once initial certification has been issued, you will be given credentials for the buySAFE production environment.

You will then need to point all buySAFE URLs to our production environment instead of the sandbox.

  1. API calls should be made against https://api.buysafe.com/BuysafeWS/CheckoutAPI.dll
  2. The rollover.js file should come from seal.buysafe.com
    <script src="https://seal.buysafe.com/private/rollover/rollover.js" type="text/javascript" language="javascript" charset="utf-8"></script>
  3. You will be given new MerchantServiceProvider Credentials.
  4. You will be given a new Store Token.
  5. You will be given a new Seal Hash.

 

Once this change is made, real bonds will be issued whenever SetShoppingCartCheckout calls are made.

 

Graduated Rollout

Using the IsBuysafeEnabled response element, we will begin with buySAFE being visible for only 10% of your visitors. This will allow us to identify and resolve any problems that may occur without affecting your entire store. We will gradually increase the visibility percentage until we reach 50%.

Once we reach 50% visibility and have verified that there are no outstanding issues, we will compare data for Final Certification.

 

NOTE: Your sandbox account will be kept active.  Feel free to continue to test on a non-production server using your sandbox tokens if you’d like.

 

 

 

 

<< PREVIOUS TASK || TOC || NEXT TASK >>