Class: Tappay::RedirectPayment

Inherits:
PrimePayment show all
Defined in:
lib/tappay/redirect_payment.rb

Overview

Payment methods where TapPay answers with a payment_url and the customer finishes paying on the provider's own page: LINE Pay, JKO Pay, iPass Money. A status of 0 here means the URL was created, not that anyone has paid.

Direct Known Subclasses

IPassMoney::Pay, JkoPay::Pay, LinePay::Pay

Constant Summary

Constants inherited from PaymentBase

PaymentBase::VALID_INSTALMENT_VALUES

Instance Attribute Summary

Attributes inherited from Client

#options

Method Summary

Methods inherited from PrimePayment

#endpoint_url

Methods inherited from PaymentBase

#execute, #initialize, merchant_id_key, uses_merchant_id

Methods inherited from Client

#initialize, #post

Constructor Details

This class inherits a constructor from Tappay::PaymentBase