Where to find code snippets, plus example endpoint requests.
Each Fintech on NayaOne has a unique associated subdomain. You’ll find these within the Fintech’s Documentation tab:
Code snippets can be copied in order to test each Fintech out from the same documentation tab.
The endpoints of the requests are: <fintech>.nayaone.com/<request-path>
Example request: curl -i -X GET https://transferwise.nayaone.com/v1/rates -h "sandpit-key: <your-key>"