We would like to thank you for using the first version of our API. PayBear is moving forward and has created a new version of our API, allowing for easier access to your settings and faster integration compared to our previous version. Version 1 of our API will be functional until March, 12th 2018. We encourage you to upgrade to Version 2 as soon as possible, the process is described below.
If you are using custom code, please check the new API docs to update to APIv2: https://github.com/Paybear/paybear-samples Step-by-step instructions are below:
- Sign up for a free PayBear account: https://www.paybear.io/
- Set up currencies in Member Dashboard
- Get your API keys
- Change
/v1/
in API URLs to/v2/
- Use
/v2/currencies?token={token}
to get currency list. If you had the list hardcoded in your code, you can remove it now. Make sure you save or cache this list for at least 5-10 minutes, otherwise you may hit the Rate Limit for your API key. - Change the call generating wallets to the new format:
/v2/{crypto}/payment/{callback_url}?token={token}
- Make a test payment
We are glad to help. Email us at [email protected]