Billwerk+ Announcements logo

Announcements

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Fix
  • Improvement
  • feature
  • administration
  • api
  • checkout
  • woocommerce
  • prestashop
  • news

Jump to Month

  • March 2023
  • October 2022
  • September 2022
  • June 2022
  • March 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • April 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
Release notes byAnnounceKit

Create yours, for free!

feature
3 years ago

Dunning grace period

Dunning plans can now be configured with an optional grace period before the dunning process starts. During the grace period retrying will be performed if the payment method has suffered a potentially recoverable soft decline, e.g. insufficient funds. It can be configured if dunning should start immediately for irrecoverable hard declines, e.g. expired credit card.

The grace period can be configured for dunning plans in the Administration: Configuration → Dunning Management

Cheers, Reepay

Improvementadministration
3 years ago

New user groups

User groups in the administration have been changed to better accommodate for the needs of our customers. The new user groups are more intuitive as they more closely relates to the functionality accessible in the left menu. It is also possible to define more fine grained permissions, e.g. whether specifically refunding is allowed. The screendump below shows the new user group edit dialog.

feature
3 years ago

Support for Klarna Pay Later and Klarna Pay Now

Reepay now supports Klarna Pay Later and Klarna Pay Now as payment types for one-off payments. Contact Reepay support at support@reepay.com to get started with Klarna payments.

Cheers, Reepay

Improvement
3 years ago

Metadata in mails

It is now possible to access metadata in mail templates. E.g. if customer metadata contains shoe_size key and value it can be accessed in the template as:

{{customer.metadata.shoe_size}}

Metadata is available as

customer.metadata
subscription.metadata
plan.metadata
invoice.metadata

and add-on metadata as a parameter in the list of subscription add-ons subscription.add_ons[].metadata. Example iterating through subscription add-ons:

{{#subscription.add_ons}}
Name: {{name}}<br/>
License plate: {{metadata.plate}}<br/>
{{/subscription.add_ons}}

For details on Mustache templating see: https://mustache.github.io/mustache.5.html

Improvementadministration
3 years ago

Webhook overview select all

In the Administration webhook overview it is now possible to select all (only up to 100 though) webhooks and perform update, resend or disable operation.

Fixadministrationapi
3 years ago

Webhook disable bug

A bug preventing to disable retrying webhooks has been squashed.

featureadministrationapi
3 years ago

Created charge delete

It is now possible to completely delete charges in state created in the Administration and using API: https://reference.reepay.com/api/#delete-created-charge

Improvementapi
3 years ago

Refunds allow negative amount credit note lines

It is now possible to define credit note lines with negative amount as long as the total refund amount is positive.

Fixadministration
3 years ago

Administration fixes

A couple of fixes for the Administration

  • Copy customer email button did not work in all cases and long email removed the button
  • Now possible to cancel an invoice in state `created`

Improvementcheckout
3 years ago

Checkout modal cancel change

It has been changed so a Checkout session in modal is not cancelled and closed if the user clicks outside the payment frame.