PHP Classes

File: tests/fixtures/billing_statement/voided.json

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

Contents

Class file image Download
{ "id": "bstm_xxxxx", "resource": "billing_statement", "amount": 100000, "currency": "PHP", "customer_id": "cus_xxxxx", "description": null, "status": "void", "line_items": [ { "id": "bstm_li_xxxxx", "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": null, "metadata": null, "payment_settings": { "payment_methods": ["card", "gcash"] }, "billing_details_collection": "always", "due_at": 1721813375, "created_at": 1721726975, "updated_at": 1721727100 }