Class: PaystackGateway::Transactions::VerifyTransactionResponse

Inherits:
Response
  • Object
show all
Includes:
PaystackGateway::TransactionResponse
Defined in:
lib/paystack_gateway/transactions.rb

Overview

Response from GET /transaction/verify/:reference endpoint.

Instance Method Summary collapse

Methods included from PaystackGateway::TransactionResponse

#failure_reason, #subaccount_amount, #transaction_abandoned?, #transaction_amount, #transaction_failed?, #transaction_pending?, #transaction_status, #transaction_success?

Methods inherited from Response

coerce_data

Instance Method Details

#transaction_completed_atObject



48
49
50
# File 'lib/paystack_gateway/transactions.rb', line 48

def transaction_completed_at
  paid_at || super
end