class JuspayCheckout::Payment
Public Class Methods
get_payment_method()
click to toggle source
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
# File lib/juspay_checkout/payment.rb, line 7 def get_payment_method JuspayCheckout::ExpressCheckout.request('/merchants/bewakoof/paymentmethods', 'get') end