Version: 202201
Get Application Charge List
GET/openapi/2022-01/application_charges
Retrieve a paginated list of one-time application charges for the current store.
Request
Query Parameters
per_page int32
Limit per page
since_id string
Restrict results to after the specified ID.
charges_status string
Filter charges by charges status, separated by comma, for example: pending,accepted,declined,active,expired,frozen,cancelled,paid_failed,paying
Responses
- 200
200
- text/plain
- Schema
- Example
- Result
Schema
- Array [
- ]
countinteger
Default value:
0Example:
8application_charges object[]
idstring
Example:
372212374209312759application_idstring
Example:
Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhUnamestring
Example:
testpricestring
Example:
100confirm_urlstring
Example:
https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8return_urlstring
Example:
https://shoplazza.comstatusstring
Example:
activetestboolean
Default value:
trueExample:
falsecreated_atstring
Example:
2024-04-23T02:39:05Zupdated_atstring
Example:
2024-04-23T02:39:19Z{
"count": 8,
"application_charges": [
{
"id": "372212374209312759",
"application_id": "Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU",
"name": "test",
"price": "100",
"confirm_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8",
"return_url": "https://shoplazza.com",
"status": "active",
"test": false,
"created_at": "2024-04-23T02:39:05Z",
"updated_at": "2024-04-23T02:39:19Z"
}
]
}
{
"count": 8,
"application_charges": [
{
"id": "372212374209312759",
"application_id": "Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU",
"name": "test",
"price": "100",
"confirm_url": "https://test-shoplazza.stg.myshoplaza.com/admin/smart_apps/angora/app_store/charges/Kmby9zm_W1dlg11zyVY1XtVkG3teakrbTYPwwmE6WhU/372212374209312759/one-time/confirm?signature=83207d1ad129d5c2ac36bd8b1b6ff8a8",
"return_url": "https://shoplazza.com",
"status": "active",
"test": false,
"created_at": "2024-04-23T02:39:05Z",
"updated_at": "2024-04-23T02:39:19Z"
}
]
}