Class: JuspayCheckout::Payment
- Inherits:
-
ExpressCheckout
- Object
- ExpressCheckout
- JuspayCheckout::Payment
- Defined in:
- lib/juspay_checkout/payment.rb
Class Method Summary collapse
-
.get_payment_method ⇒ Object
Gives list of all the payment methods available for your account.
Methods inherited from ExpressCheckout
Class Method Details
.get_payment_method ⇒ Object
Gives list of all the payment methods available for your account. DOC - www.juspay.in/docs/api/ec/?shell#payment-methods curl -X GET api.juspay.in/merchants/guest/paymentmethods
7 8 9 |
# File 'lib/juspay_checkout/payment.rb', line 7 def get_payment_method JuspayCheckout::ExpressCheckout.request('/merchants/bewakoof/paymentmethods', 'get') end |