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!

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
Improvementadministrationapi
6 years ago

Delete saved card

It is now possible to delete a saved card in the Administration and using API (https://reference.reepay.com/api/#delete-payment-method).

Avatar of authorOle Borup
Improvementapi
6 years ago

Webhook event types to receive

It is now possible to select the event types to receive webhooks for instead of receiving webhooks for all event types. Event types can be selected in the webhook configuration in the Administration or using the API (https://reference.reepay.com/api/#update-webhook-settings)

List of event types: https://reference.reepay.com/api/#event

Cheers, Reepay

Avatar of authorOle Borup
Improvementapi
6 years ago

New payment method added event type

A new event type (`customer_payment_method_added`) has been added for the event that a new payment method has been added to customer. The event can be used with webhook to register payment method after a Checkout recurring session flow, or a charge flow, with the option to store payment method for later use.

To receive the webhook the event type must be selected in webhook configuration. This can be done either in the Administration or using the API.

Avatar of authorOle Borup
feature
6 years ago

Forbrugsforeningen card

Reepay now supports Forbrugsforeningen card type with Acquirer Nets.

Avatar of authorOle Borup
featureadministrationapi
6 years ago

Subscription discount searching

It is now possible to search for subscriptions with certain discounts in the Administration and with the API.

Subscriptions can be searched by providing subscription discount handle or discount handle. When providing subscription discount handle all subscriptions with an attached subscription discount with that handle will be returned. When providing discount handle all subscriptions with subscription discounts created from the referenced discount will be returned.

Both in the Administration and through the API it can be defined whether to only return subscriptions for which the subscription discount is still active.

In the Administration a custom filter can be made to search with discount. The API documentation can be found here: https://reference.reepay.com/api/#get-list-of-subscriptions

Cheers, Reepay

Avatar of authorOle Borup
featureapi
6 years ago

Resource metadata

Reepay introduces resource metadata. It is now possible to store JSON metadata for the following resources:

  • Customer
  • Subscription
  • Plan
  • Add-on
  • Invoice

Metadata can be used to store additional resource data important to your business. E.g. shoe size for customer or product entitlement on a plan. Read more about it in our API documentation: https://reference.reepay.com/api/#metadata

Avatar of authorOle Borup