Sandbox Informations - POPRecarga/PartnerAPI GitHub Wiki
Sandbox
The sandbox environment is a version of our API that work exactly like the real one, but used only for tests. In this environment you can make all the API calls and transactions you want, but they use a different database and are not computed as real ones.
Sandbox Links
Sandbox API
https://api.sandbox.inpdv.com.br
This is the URL of the sandbox API. If you want to do any test we have an example store created that you can use:
Sandbox Store Credentials
client_id = 3
client_secret = 3333
This store have OneClickPayment Scope and can do both One Time Payments and Recurring/OneClick Payments.
For more information on how to use the API click here
Creating an User Account in Sandbox
In order to create an user account and test our API you will need a working cell phone that can receive SMS. We recommend following this 2-Step Process.
1.Adding Credit to your account
If you want to create a new account or just add more credit to, it use our sandbox Simulator POS: https://pos.sandbox.inpdv.com.br
Choose the POP as recharge option
Select the amount you want to add to your number
Type and confirm your number with the area code
Execute the operation
If it is the first time you add credit you will need to activate it.
2.Account Activation
There are two ways to activate your account.
- Via SMS - After completing the first recharge you will receive a SMS asking for your CPF. All you need to do is send your CPF to 29800 and confirm your account creation.
- Via Site - If you can't confirm your account via SMS you can use the user portal in order to make your first acess Sandbox User Portal.
Sandbox User Portal
This portal can be used to create/access your account, and see your personal information, transaction history, contact information, etc. https://portal.sandbox.inpdv.com.br/account
Working Simulator Store
This site is a sample of E-commerce that use pop as a payment method. You can try it using your Sandbox user account to understand the purchase flux here.