payment_id(foreign key)
user_id(foreign_key): User who paid
ip_address
action: CREATED, UPDATED, or DELETED
old_amount: Old payment amount if edited
changed_amount: New payment amount if changed
verified(bool): Verification status
verified_by(foreign_key): User who verified the payment
returns
Pratiksh\Payable\Models\Payment
PaymentHistory::first()->payment
App\Models\User
Last updated 1 year ago
PaymentHistory::first()->paymentBy
PaymentHistory::first()->verifiedBy