Module: AcceptOn::API::Refunding
Instance Method Summary collapse
-
#refund(args = {}) ⇒ AcceptOn::Refund
Refunds a charge by the specified amount.
Instance Method Details
#refund(args = {}) ⇒ AcceptOn::Refund
Refunds a charge by the specified amount
21 22 23 |
# File 'lib/accepton/api/refunding.rb', line 21 def refund(args = {}) perform_post_with_object('/v1/refunds', args, AcceptOn::Refund) end |