Digitail API
Models
Model: Charge
1min
Model Parameters
Charge
id
integer
amount
number<float>
amount_refunded
number<float>
amount_left
number<float>
made_at
string<date-time>
type
integer
card_brand
string<master_card | visa | american_express | discover | other>
main_sale_id
string
main_sale
object
main_payment_id
string
main_payment
object
has_single_payment
boolean
has_multiple_payment
boolean
payments
Payment[]
A charge is the act of the customer paying the clinic. A charge can later on be allocated to different sales through payments. If no sale is outstanding, the charge will be left as a credit in the customer's account.
Updated 12 Apr 2024
Did this page help you?