{
"resource": "list",
"data": [
{
"id": "bstm_xxxxx",
"resource": "billing_statement",
"amount": 100000,
"currency": "PHP",
"customer_id": "cus_xxxxx",
"description": null,
"status": "open",
"billing_statement_url": "https://bill.payrexhq.com/b/test_bstm_xxxxx_secret_xxxxx",
"billing_details_collection": "always",
"due_at": 1721813375,
"metadata": null,
"livemode": false,
"created_at": 1721726975,
"updated_at": 1721726975
},
{
"id": "bstm_yyyyy",
"resource": "billing_statement",
"amount": 250000,
"currency": "PHP",
"customer_id": "cus_yyyyy",
"description": null,
"status": "draft",
"billing_statement_url": null,
"billing_details_collection": "always",
"due_at": 1721899775,
"metadata": null,
"livemode": false,
"created_at": 1721727000,
"updated_at": 1721727000
}
],
"has_more": false
}
|