Payments
The subscription payments object
| Fields | |
|---|---|
| id | string (UUID) The unique identifier for the payment |
| due_date | string (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_id | string (IANA Timezone) The timezone in which this payment will be executed at. |
| amount | number The amount to be charged |
| currency | string (ISO-4217) The currency to be charged in |
| amount_formatted | string The amount to be charged formatted to include a decimal place if there is a minor currency unit. |
| is_paid | boolean If the payment has been executed |
| is_last_payment | boolean If this is the last payment in the subscription, only applicable for installment type subscription. |
| created_on | string (ISO-8601) The time the scheduled payment was created on |