Last updated 1 month ago
The query is an HTTP GET request where your provided api key will be used as an http header.
API-KEY (Use the api key we’ve sent to you here).
“API-KEY: 0d8d8e89a6cdcd”
id
185
The invoice ID sent through the callback
Our service will return a JSON object.
50001 : API-KEY required
50002 : id required
50007 : invalid API-KEY
50010 : No IP is linked to your account. Please enter them in your profile page and API block
50011 : This invoice belongs to another merchant
{ “errorCode”: 50002, “errorMessage” : “id required” }
0
"invoice":{"id":"1689","devise":"USD","amount":"4","status":"invoice: created"}
{ “errorCode”: 0, "invoice":{"id":"1689","devise":"USD","amount":"4","status":"invoice:created"} }