Sha256: 5092a90ade071afc20189fee6c9d0c6bdfc79decd0b02b4b27a8108f7e9d82eb

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

subscription = Mollie::Customer::Subscription.create(
  customer_id: "cst_5a2pPrwaWy",
  amount:      { value: "20.00", currency: "EUR" },
  times:       4,
  interval:    "3 months",
  description: "Quarterly payment",
  webhook_url: "https://webshop.example.org/payments/webhook/"
)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mollie-api-ruby-4.0.0.pre.alpha.2 examples/subscriptions/create.rb
mollie-api-ruby-4.0.0 examples/subscriptions/create.rb
mollie-api-ruby-4.0.0.pre.alpha.1 examples/subscriptions/create.rb