Payment History
Attributes
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
Payment
returns
Pratiksh\Payable\Models\Payment
Payment By
returns
App\Models\User
Verified By
returns
App\Models\User
Last updated