API Reference

Check replacement status

GET/invoice_imports/4a70e8d5-1d7d-441d-9ea2-30d15ff0f2e8

Request

curl
curl https://gateway.pmnts-sandbox.io/v1.0/invoice_imports/4a70e8d5-1d7d-441d-9ea2-30d15ff0f2e8 -u TEST:TEST

Response

200Result
json
{
  "successful":true,
  "response":{
  "uuid":"4a70e8d5-1d7d-441d-9ea2-30d15ff0f2e8",
  "status":"complete",
  "error":null,
  "invoice_count":991
  },
  "errors":[],
  "test":true
}
400Result
json
{}