Payments

The subscription payments object

Fields
idstring (UUID)
The unique identifier for the payment
due_datestring (ISO-8601)
The date this payment will be executed based on the timezone declared in zone_id. Time is fixed to 9am of the timezone declared in zone_id
zone_idstring (IANA Timezone)
The timezone in which this payment will be executed at.
amountnumber
The amount to be charged
currencystring (ISO-4217)
The currency to be charged in
amount_formattedstring
The amount to be charged formatted to include a decimal place if there is a minor currency unit.
is_paidboolean
If the payment has been executed
is_last_paymentboolean
If this is the last payment in the subscription, only applicable for installment type subscription.
created_onstring (ISO-8601)
The time the scheduled payment was created on