Check Debts

With this service, you can find out the full debt of a parcel or customer.
GET /integrators/payments/debts/detail

Filter parameters

You must provide at least one parameter: either room number (roomNumber) or tracking code (waybillNumber).
Field Type Required Example Description
roomNumber string Conditional IG00001
Required if waybillNumber is missing.
Customer's room number.
waybillNumber string Conditional TY7200934421231
Required if roomNumber is missing.
Parcel tracking in the Inex system.

Response Structure 200 OK

Attribute Type Example Description
data.totalDebt integer 1500 Total debt in tetri/cents.
data.currency string GEL (ISO 4217) The currency of the debt.
data.invoices.*.invoiceNumber string INV-52446 Invoice number in the Inex system.
data.invoices.*.amount integer 1000 (10 GEL) Invoice amount in tetri/cents.
data.invoices.*.earnableBonus integer 79 (0.79 GEL) Bonus to be accrued in tetri (GEL).
data.invoices.*.serviceType string Transportation Service type. Possible options: transportation, homeDelivery, customsDeclaration, insurance, orderStatement

Services Description

transportation Transportation cost.
homeDelivery Delivery cost - courier service.
customsDeclaration Customs declaration cost.
insurance Parcel insurance cost.
orderStatement Order assistance service cost.

Possible Responses

Code Description
200 OK Information about the existing debt.
404 Not Found Customer or parcel not found.
403 Forbidden You do not have permission to perform this operation
422 Unprocessable Validation error (invalid type or missing field).