Recurring Application Charge properties
Field | Type | Desc |
---|---|---|
id | string | |
application_id | string | APP client ID |
name | string | Charge name |
price | string | Charge amount |
capped_amount | string | Capped amount based on usage |
terms | string | Usage fee description |
confirm_url | string | Payment confirmation URL |
return_url | string | Redirect URL after payment |
status | string | Charge status |
trial_days | integer | Trial period in days |
activated_on | string | Charge activation time, formatted as ISO-8601 |
trial_ends_on | string | Trial end time, formatted as ISO-8601 |
billing_on | string | Next billing time, formatted as ISO-8601 |
cancelled_on | string | Charge cancellation time, formatted as ISO-8601 |
cancel_sub_on | string | Subscription cancellation time, formatted as ISO-8601 |
test | boolean | Whether it is a test charge |
created_at | string | Creation time, formatted as ISO-8601 |
updated_at | string | Last 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"
}