PHP Classes

File: tests/fixtures/webhooks/billing_statement.updated.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   tests/fixtures/webhooks/billing_statement.updated.json   Download  
File: tests/fixtures/webhooks/billing_statement.updated.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayRex Laravel
Request payments using the PayRex service
Author: By
Last change:
Date: 13 days ago
Size: 1,808 bytes
 

Contents

Class file image Download
{ "id": "evt_xxxxx", "resource": "event", "type": "billing_statement.updated", "data": { "id": "bstm_xxxxx", "resource": "billing_statement", "amount": 75000, "currency": "PHP", "customer_id": "cus_xxxxx", "description": "Updated description", "due_at": 1774357865, "finalized_at": 0, "billing_statement_merchant_name": null, "billing_statement_number": "UAEONUMZ-0001", "billing_statement_url": "https://bill.payrexhq.com/b/test_bstm_xxxxx_secret_xxxxx", "line_items": [ { "id": "bstm_li_xxxxx", "resource": "billing_statement_line_item", "description": "Updated Line Item", "billing_statement_id": "bstm_xxxxx", "livemode": false, "quantity": 1, "unit_price": 75000, "created_at": 1773752597, "updated_at": 1773752928 } ], "livemode": false, "merchant_id": "merc_xxxxx", "statement_descriptor": null, "status": "draft", "metadata": null, "customer": { "id": "cus_xxxxx", "name": "Test Customer", "email": "test@example.com" }, "payment_intent": null, "payment_settings": { "payment_methods": [ "card" ] }, "created_at": 1773752596, "updated_at": 1773753066 }, "livemode": false, "pending_webhooks": 1, "previous_attributes": { "currency": "PHP", "customer_id": "cus_xxxxx", "description": "Test billing statement", "due_at": null }, "created_at": 1773753066, "updated_at": 1773753066 }