We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can make other calls to take advantage of wepay's api within your rails app. Here are some examples of things you can do:
gateway = WepayRails::Payments::Gateway.new
checkout = gateway.call_api('/checkout',{:checkout_id => 12345})
balance = gateway.call_api('/account/balance',{:account_id => 12345})
There are many calls you can make. See https://www.wepay.com/developer/reference for more details.