Recurring Application Charge Properties

Recurring Application Charge properties

FieldTypeDesc
idstring
application_idstringAPP client ID
namestringCharge name
pricestringCharge amount
capped_amountstringCapped amount based on usage
termsstringUsage fee description
confirm_urlstringPayment confirmation URL
return_urlstringRedirect URL after payment
statusstringCharge status
trial_daysintegerTrial period in days
activated_onstringCharge activation time, formatted as ISO-8601
trial_ends_onstringTrial end time, formatted as ISO-8601
billing_onstringNext billing time, formatted as ISO-8601
cancelled_onstringCharge cancellation time, formatted as ISO-8601
cancel_sub_onstringSubscription cancellation time, formatted as ISO-8601
testbooleanWhether it is a test charge
created_atstringCreation time, formatted as ISO-8601
updated_atstringLast modification time, formatted as ISO-8601

Example

{
    "id": "372269669345671159",
    "application_id": "s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0",
    "name": "test",
    "price": "100",
    "capped_amount": "10",
    "terms": "terms",
    "return_url": "https://shoplazza.com",
    "confirmation_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/s1deCNrkHePwO3HDDZb_zfWJAge07nzNckPyfM_Hvp0/372269669345671159/recurring/confirm?signature=25e6433350d9dbb320bee53dd65b76db",
    "status": "pending",
    "trial_days": 0,
    "charge_times": 0,
    "charge_interval_days": 30,
    "remaining_charge_times": 1,
    "activated_on": null,
    "trial_ends_on": null,
    "billing_on": null,
    "cancelled_on": null,
    "cancel_sub_on": null,
    "test": false,
    "created_at": "2024-04-23T06:26:45Z",
    "updated_at": "2024-04-23T06:26:45Z"
}