Method: Stripe::TopupService#create
- Defined in:
- lib/stripe/services/topup_service.rb
#create(params = {}, opts = {}) ⇒ Object
Top up the balance of an account
18 19 20 |
# File 'lib/stripe/services/topup_service.rb', line 18 def create(params = {}, opts = {}) request(method: :post, path: "/v1/topups", params: params, opts: opts, base_address: :api) end |