Authentication
Last updated
Last updated
Inyo uses API keys to allow access to our APIs. Our servers are restricted by firewall rules and can only be accessed once credentials are generated.
Depending on the type of product being used, Inyo's team will provide a set of different keys: CLIENT_ID and CLIENT_SECRET.
For the Payout product, you must use X-Client-Id and X-Client-Secret in every API request header.
X-Client-Id: CLIENT_ID X-Client-Secret: CLIENT_SECRET
You will have to use the following URL to access our sandbox: https://api.sandbox.raas.hubcrossborder.com/v2
Use our Postman collection to quickly run through our API endpoint
For the Standalone Payment Gateway product, you must follow the OAuth protocol, by using the client_id and client_secret to generate an access token. The sandbox url is: https://sandbox-gw.simpleps.com/
More details about authentication, and testing data can be found in the API Reference, section.