Enkash Developer Portal
Home
Home
Login
  1. Invoice Management
  • Back to home
  • Accounts Payable APIs
  • Invoice Management
    • validateInvoices
      POST
    • initiate
      POST
    • Search Payouts V1
      POST
    • bulkCreatePayout
      POST
    • Create Payout
      POST
    • Update Payouts
      PATCH
    • Search Payouts
      POST
    • createBulkPayoutForPartnerIntegration
      POST
    • Update Approval Status
      PATCH
    • Update Bulk Payouts
      PATCH
    • Get Invoice Data
      GET
    • Delete Payout
      DELETE
    • Confirm Invoice Request
      POST
  • Payment
    • Payment Request
    • Update Beneficiary
  • Vendor Management
    • Create Vendor
    • Create Bulk Vendors
    • Update Bulk Vendors
    • Get Beneficiaries (V1)
    • Get Beneficiaries
    • Change Vendor Status
    • Get Beneficiary
  1. Invoice Management

Get Invoice Data

GET
/api/v0/payout/{invoiceNumber}
Payout Apis

Request

Path Params
invoiceNumber
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.your-api-server.com/api/v0/payout/'

Responses

🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2025-07-08 18:23:17
Previous
Update Bulk Payouts
Next
Delete Payout
Built with