Theme switcher

Financials - Receipts

Payment Data: Extract receipt and payment records.

Attributes

Attribute

Type

Description

receipt_key

string

Unique receipt key

receipt_id

integer

Receipt identifier

receipt_installment_id

integer

Receipt instalment identifier

payment_type_id

integer

Payment type identifier

practitioner_location_id

integer

Practitioner’s location identifier

receipt_location_id

integer

Receipt location identifier

date_effective

date

Effective date (YYYY-MM-DD)

date_processing

date

Processing date (YYYY-MM-DD)

updated_date

date-time

Last update timestamp

receipt_amount

string

Receipt amount (fixed-point, e.g. "148.4000")

deposit

integer (0/1)

Deposit flag (0 = no, 1 = yes)

deposit_refund

integer (0/1)

Deposit refund flag (0 = no, 1 = yes)

reversal

integer (0/1)

Reversal flag (0 = no, 1 = yes)

Use Cases:

  • Payment reconciliation
  • Cash flow analysis
  • Receipt generation
  • Payment method tracking

Header Parameters

Content-Typestring

Body Parameters

customer_idstring Required

Unique customer identifier

from_datestring

Start date for filtering (YYYY-MM-DD format)

to_datestring

End date for filtering (YYYY-MM-DD format)

date_modifierstring

Filter mode - "All" (default), "Created", or "Updated"

modestring

Execution mode - "auto" (default), "stream", or "job"

output_formatstring

Response format - "ndjson" (default), "json", or "csv"

compressionstring

Compression type - "none" (default), "gzip", or "zip"

encryptedstring

Encryption - "false" (default) or "true"

Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1
Was this section helpful?

What made this section unhelpful for you?