/
/version-1
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4w ago · Updated 4w ago
Paper Utilities2
Partner4
Partner Bank Account2
Withdrawal Bank Account2
  • getService Status
  • postCreate Withdrawal Request
  • getRetrieve Digital Payment Balance
  • getRetrieve List of Balance Transactions
  • postCreate Sales Invoice
  • getRetrieve a Sales Invoice Details
  • getRetrieve List of All Sales Invoices
  • postUpdate Sales Invoice
  • postSend Sales Invoice
  • postStamp Sales Invoice
  • postRetrieve E-Stamp Balance
  • delete/sales-invoice/{invoice_id}
  • putUpdate Purchase Invoice
  • deleteDelete Purchase Invoice
  • getRetrieve Single Purchase Invoice
  • getList of All Purchase Invoice

Service Status

get/health-check

Headers

client_idstring
client_secretstring

Response

200

messagestring
status_codeinteger

Example response

{
  "message": "health",
  "status_code": 200
}

Changes