GET
/
Invoice
/
getNumber
/
{entry}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/Invoice/getNumber/{entry} \
  --header 'requestToken: <api-key>'
{
  "responseText": "Success",
  "isSuccess": true,
  "responseData": "MyInvoice-114434565s32440"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

entry
string
required

The paypoint's entrypoint identifier. Learn more

Example:

"8cfec329267"

Response

200
application/json

Success

Response schema for operations for sending invoices or getting next invoice number.