PHP Classes

File: tests/fixtures/payout_transaction/list.json

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

Contents

Class file image Download
{ "resource": "list", "has_more": false, "data": [ { "id": "po_txn_xxxxx", "resource": "payout_transaction", "amount": 4569600, "net_amount": 2664200, "transaction_id": "pay_xxxxx", "transaction_type": "payment", "created_at": 1747235098, "updated_at": 1747263620 }, { "id": "po_txn_yyyyy", "resource": "payout_transaction", "amount": -500000, "net_amount": -500000, "transaction_id": "re_xxxxx", "transaction_type": "refund", "created_at": 1747235200, "updated_at": 1747263700 }, { "id": "po_txn_zzzzz", "resource": "payout_transaction", "amount": -25000, "net_amount": -25000, "transaction_id": null, "transaction_type": "adjustment", "created_at": 1747235300, "updated_at": 1747263800 } ] }