-
Notifications
You must be signed in to change notification settings - Fork 111
Sandbox Mode
Ariel Rey edited this page Jan 19, 2017
·
1 revision
If you are going to use the application on our sandbox environment you must provide the access_token.
Take in mind that if you provide client_id and client_secret the SDK is going to generate the access_token, but, only for production.
mercadopago.configure({
sandbox: true,
access_token: 'ACCESS_TOKEN'
});
Sandbox Mode only works with access_token