PHP Classes

File: tests/fixtures/billing_statement/updated.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   tests/fixtures/billing_statement/updated.json   Download  
File: tests/fixtures/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: 2,029 bytes
 

Contents

Class file image Download
{ "id": "bstm_xxxxx", "resource": "billing_statement", "amount": 100000, "currency": "PHP", "customer_id": "cus_xxxxx", "description": "Updated billing statement description", "status": "open", "line_items": [ { "id": "bstm_li_xxxxx", "resource": "billing_statement_line_item", "description": "Product X", "unit_price": 10000, "quantity": 5 }, { "id": "bstm_li_yyyyy", "resource": "billing_statement_line_item", "description": "Product X", "unit_price": 10000, "quantity": 5 } ], "livemode": false, "billing_statement_merchant_name": null, "billing_statement_number": "A3EAXLGV-0001", "billing_statement_url": "https://bill.payrexhq.com/b/test_bstm_xxxxx_secret_xxxxx", "finalized_at": 1721727000, "statement_descriptor": null, "customer": { "id": "cus_xxxxx", "name": "Juan Dela Cruz", "email": "juan@gmail.com" }, "payment_intent": { "id": "pi_xxxxx", "amount": 100000, "capture_type": null, "client_secret": "pi_xxxxx_secret_xxxxx", "currency": "PHP", "description": "Payment for Billing Statement <billing statement number>", "livemode": false, "metadata": null, "next_action": null, "payment_method_id": null, "payment_methods": ["card", "gcash"], "payment_method_options": { "card": { "capture_type": "automatic" } }, "status": "awaiting_payment_method", "return_url": null, "capture_before_at": null, "created_at": 1721726975, "updated_at": 1721726975 }, "metadata": null, "payment_settings": { "payment_methods": ["card", "gcash"] }, "billing_details_collection": "always", "due_at": 1721813375, "created_at": 1721726975, "updated_at": 1721727100 }