Sha256: 8ea5f315a5fd527efb81a4d638a10f8a0937be404bc888873a5092c0b7d5bf9a

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

require 'mollie-api-ruby'

begin
  payments = Mollie::Customer::Payment.all(
    customer_id: "cst_8wmqcHMN4U",
    api_key:     'test_dHar4XY7LxsDOtmnkVtjNVWXLSlXsM'
  )
rescue Mollie::Exception => e
  puts 'An error has occurred: ' << e.message
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mollie-api-ruby-3.1.5 website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.4 website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.4.pre.beta website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.3 website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.2 website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.1 website-docs/customers/list-payments.rb
mollie-api-ruby-3.1.0 website-docs/customers/list-payments.rb