💲
Laravel Payable
  • Laravel Payable
  • Introduction
  • Installation
  • Usages
  • Fiscal
  • Payment
  • Payment History
  • Payment Gateway
  • Payabel Facade
  • Configurations
Powered by GitBook
On this page
  • Attributes
  • Payment
  • Payment By
  • Verified By

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

PaymentHistory::first()->payment

Payment By

returns

  • App\Models\User

PaymentHistory::first()->paymentBy

Verified By

returns

  • App\Models\User

PaymentHistory::first()->verifiedBy
PreviousPaymentNextPayment Gateway

Last updated 1 year ago