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!

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.

woocommerce
3 years ago

Woocommerce Checkout Plugin updates

Two versions released:

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

woocommerce
3 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/

Improvementadministrationapi
3 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).

Improvementapi
3 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

Improvementapi
3 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.

feature
3 years ago

Forbrugsforeningen card

Reepay now supports Forbrugsforeningen card type with Acquirer Nets.

featureadministrationapi
3 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