Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

BillingAgreementChargeResource

Object containing the billing agreement charge resource.

idstring
Required

Unique identifier for the billing agreement charge.

Format:
uuid
Example:
"019a72a0-4247-71c4-a4da-62b534d87af6"
statestring
Required

Current processing state of the charge.

Possible values:
"PROCESSING""FAILED""SUCCESS"
Example:
"PROCESSING"
transactionIdstring
Nullable
Example:
"LDG7M4WW44G"
billingPlanIdstring
Required

Identifier for the associated billing plan.

Format:
uuid
Example:
"019a729e-41c2-7d16-a1e2-fdb15a8146bb"
billingAgreementIdstring
Required

Identifier for the billing agreement that produced this charge.

Format:
uuid
Example:
"019a729e-2d93-7612-9329-8f783f66f834"
deadlineAtstring
Nullable
Format:
date-time
Example:
"2030-09-05T12:00:00Z"
nextAttemptAtstring
Nullable
Format:
date-time
Example:
"2030-08-01T12:00:00Z"
createdAtstring
Required

Timestamp when the billing agreement charge was created.

Format:
date-time
Example:
"2030-07-29T15:51:28.071Z"
BillingAgreementChargeResource
{  "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"  }}