New web site via wix. Have paypal buttons set up, - how do I turn off Sandbox!!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey, used the paypal buttons with go daddy forever. Switched to a wix web site and not paypal is in this sandbox mode. I did not set up, create, NOTHING. I need the sandbox "mode" off and need it to be a live environment!! Can anyone help. Site is aplushomeexperts - look at payment screen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @homeexpert,
First piece of feedback on the payment screen is going to be around the price box, is it your intention to allow someone to chose a negative number?
Second, with regards to the button. I cannot even click the button to get into the payment flow to validate if the setup is in sandbox mode. How did you determine you're in sandbox mode still?
Christina

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @homeexpert,
Thank you for your post and welcome to the Community Forum.
By default, PayPal system will generate Smart button code in Sandbox environment and merchant can test the integration using sandbox accounts.
Merchants need to create LIVE REST API credentials and pass/enter the LIVE API credentials in the Smart button code in order to receive payments in LIVE production.
I request to please follow the below steps to create LIVE REST API credentials via your PayPal account.
Login to https://developer.paypal.com/ >> My apps & credentials >> toggle "LIVE" >> create "App" >> fill required details >> you can able to access your LIVE REST API Credentials(Client ID & Secret).
Guide link for REST API Credentials - https://developer.paypal.com/api/rest/#get-credentials
Once you create LIVE REST API credentials (Client ID & Secret), please enter/pass the Client ID in your button code as below.
Present button code implemented on your website, pointing to sandbox :
<script src="https://www.paypal.com/sdk/js?client-id=sb¤cy=***" data-sdk-integration-source="button-factory"></script>
Pass the LIVE "Client_ID" as below to process payments in LIVE :
<script src="https://www.paypal.com/sdk/js?client-id=Enter_the_Client_ID_value_here¤cy=***" data-sdk-integration-source="button-factory"></script>
I request to please use the updated button code on your website and process a test payments via card which is not linked to your PayPal account. Since, merchant can't process self payments.
Thank you so much for your patience and understanding.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Sandbox account collect billing and shipping address in Sandbox Environment
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- p is not a function error using the example downloaded from Paypal in SDKs
- subscription_id has disappeared in REST APIs