Verify bill

GET https://node-staging.billeasy.in/api/v1/customers/bills/{bill-id}/verify"

Path Parameters

Name
Type
Description

bill_id

string

ID of the cake to get, for free of course.

Headers

Name
Type
Description

Content-Type

string

x-customer-number

string

x-customer-token

string

x-api-access

string

x-api-secret

string

Authentication token to track down who is emptying our stocks.

{
  "success": true,
  "msg": "Bill verify successfully",
  "data": {}
}

Last updated