Frisbii Announcements  logo
Back to Homepage Subscribe to Updates

Announcements

Stay up to date with the latest enhancements to Frisbii. Here you'll find new features and improvements that make managing your billing and payments easier and more efficient. Subscribe today so you never miss an update—and don't forget, your feedback and feature suggestions help us improve too!

Labels

  • All Posts
  • feature
  • Improvement
  • Fix
  • administration
  • api
  • checkout
  • payment methods
  • webinar
  • Analytics

Jump to Month

  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • October 2023
  • September 2023
  • June 2023
  • May 2023
  • April 2023
  • 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
5 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

Avatar of authorOle Borup
Improvementadministration
5 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.

Avatar of authorOle Borup
feature
5 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

Avatar of authorOle Borup
Improvement
5 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}}

License plate: {{metadata.plate}}

{{/subscription.add_ons}}

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

Avatar of authorOle Borup
Improvementadministration
6 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.

Avatar of authorOle Borup
featureadministrationapi
6 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

Avatar of authorOle Borup
Improvementapi
6 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.

Avatar of authorOle Borup
Improvementcheckout
6 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.

Avatar of authorOle Borup
6 years ago

Woocommerce Checkout Plugin updates

Two versions released:

  • 1.1.7 - Woo Subscriptions improvements
  • 1.1.6 - Fixed subscription renewal

Avatar of authorRobert Mygind
6 years ago

Woocommerce Checkout Plugin - Version 1.1.5 released

Fixed completed order status that receive via Webhook

Issue tracker and more can be found here: https://github.com/reepay/reepay-woocommerce-payment/

Avatar of authorRobert Mygind