Class: JuspayCheckout::Payment

Inherits:
ExpressCheckout show all
Defined in:
lib/juspay_checkout/payment.rb

Class Method Summary collapse

Methods inherited from ExpressCheckout

credential_config, request

Class Method Details

.get_payment_methodObject

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