BillingAgreementChargesListResponse
The current pagination page
The requested number of entries per page
The last page with entries
The total number of entries
URL for the first page
URL for the last page
URL for the next page
URL for the previous page
The page number for the next page. Null if no next page.
The page number for the previous page. Null if no previous page.
The entry offset for the first entry in the page
The entry offset for the last entry in the page
The path for the pagination endpoint
items object[]
The page contents
billingAgreementCharge object
Represents a scheduled billing event created from a billing agreement. Tracks processing state, retry schedule, and any linked transactions.
Unique identifier for the billing agreement charge.
019a72a0-4247-71c4-a4da-62b534d87af6Current processing state of the charge.
Possible values: [PROCESSING, FAILED, SUCCESS]
PROCESSINGIdentifier of the successful transaction created for this charge, when available.
LDG7M4WW44GIdentifier for the associated billing plan.
019a729e-41c2-7d16-a1e2-fdb15a8146bbIdentifier for the billing agreement that produced this charge.
019a729e-2d93-7612-9329-8f783f66f834Deadline for completing the charge before it is marked as failed.
2030-09-05T12:00:00ZTimestamp of the next scheduled retry attempt, when additional retries are pending.
2030-08-01T12:00:00ZTimestamp when the billing agreement charge was created.
2030-07-29T15:51:28.071Z{
"page": 0,
"perPage": 0,
"lastPage": 0,
"total": 0,
"firstPageUrl": "string",
"lastPageUrl": "string",
"nextPageUrl": "string",
"previousPageUrl": "string",
"nextPage": 0,
"previousPage": 0,
"from": 0,
"to": 0,
"path": "string",
"items": [
{
"billingAgreementCharge": {
"id": "019a72a0-4247-71c4-a4da-62b534d87af6",
"state": "PROCESSING",
"transactionId": "LDG7M4WW44G",
"billingPlanId": "019a729e-41c2-7d16-a1e2-fdb15a8146bb",
"billingAgreementId": "019a729e-2d93-7612-9329-8f783f66f834",
"deadlineAt": "2030-09-05T12:00:00Z",
"nextAttemptAt": "2030-08-01T12:00:00Z",
"createdAt": "2030-07-29T15:51:28.071Z"
}
}
]
}