If you are testing in Postman, one of the first things you’ll need to do is input the access_key and secret_key into Postman to set your Rapyd Sandbox Environment. If you’ve downloaded our Postman collection and signed up in Client Portal, you can follow the steps below to set up your environment and make your first API call.
- In Postman, under your designated workspace, go to Environments > Globals > Rapyd Sandbox Environment.
- Note: You can also use the eye symbol, or Environment quick look on the top right.
The Global variables should appear.
-
In Client Portal, go to Developers > Show Credentials.
-
Copy and paste in the
rapyd_access_key
andrapyd_secret_key
in the corresponding fields from Client Portal to Postman. Click Save.
- Be sure to switch from your current environment to the Rapyd Sandbox Environment next to the Environment quick look on the top right.
You’re all set! Now you should be ready to start testing and make your API calls!