PHP Classes

File: tests/fixtures/payment/updated.json

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

Contents

Class file image Download
{ "id": "pay_xxxxx", "resource": "payment", "amount": 4569600, "amount_refunded": 0, "billing": { "name": "Juan Dela Cruz", "email": "juan@email.com", "phone": null, "address": { "line1": "123453", "line2": null, "city": "Pasay", "state": "Metro Manila", "postal_code": "1829", "country": "PH" } }, "currency": "PHP", "description": "Updated payment description", "fee": 2500, "livemode": false, "metadata": { "order_id": "ORD-001", "updated": "true" }, "net_amount": 4549257, "payment_intent_id": "pi_xxxxx", "payment_method": { "type": "card", "card": { "first6": "511111", "last4": "1111", "brand": "visa" } }, "status": "paid", "customer": null, "page_session": null, "refunded": false, "created_at": 1747235098, "updated_at": 1747263700 }