Service index
Confirms you have the right host, and lists what a key can reach. No key needed.
No credential. Anyone can call it.
No key needed, so a developer can check they have the right host before wondering whether their key is wrong.
{
"name": "Paymonetra Gateway API",
"version": "v1",
"docs": null,
"endpoints": [
"GET /balance",
"POST /customer_accounts",
"GET /customer_accounts",
"GET /customer_accounts/{customer_reference}",
"POST /payments",
"GET /payments/{reference}"
]
}docs is null until a public documentation page exists. endpoints lists what a key can call, so the two checkout/* routes below are deliberately absent: those are for the payer's browser, not for a merchant's server.