Getting Started
Step 1
You can get started by creating an account at infra.zippay.us and getting it verified.
Step 2
Once logged in, generate an API Key. Supplying a callback url is not required.
You will recieve an api secret key, api public key and webhook secret
Authentication
All Api endpoints are authenticated by your api secret Key. Please send ALL requests with the header x-zip-token.
Unauthorized requests will return a 401 error
{
"error": "Unauthorized"
}