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!

featureapicheckout
a year ago

Checkout API Helper

To assist in the construction of Checkout API requests, Reepay has just launched the Checkout Helper.

https://checkout-helper.reepay.com/

The helper provides an interactive tool to construct and test Checkout API requests before implementing them.

Cheers, Reepay

checkout
2 years ago

Checkout optional save card

It is now possible to let the customer choose whether to save card in a charge session instead of fixing this for the session with the recurring parameter. When creating a session the following parameters can now be used:

  • recurring_optional - If defined it will be the default selection for a save card checkbox. That is, if set to true the option will be default selected, and vice versa for false.
  • recurring_optional_text - Can be used to control the label for the checkbox. The default is "Save card".

Example with recurring_optional=true and the default label:

If the customer chooses to save card, the payment_method parameter will be returned from the session and the charge object (https://reference.reepay.com/api/#the-charge-object) will have the attribute recurring_payment_method. For details see the create charge session API call: https://docs.reepay.com/reference#createchargesession

Cheers, Reepay

featurecheckout
2 years ago

Checkout recurring session order text

It is now possible to provide an optional order text to a Checkout recurring session. A recurring session is used when saving a payment method or signing up to a subscription. If provided the text will be shown in the Checkout form.

See argument order_text here: https://docs.reepay.com/reference#createrecurringsession

Cheers, Reepay

featurecheckout
3 years ago

Apple Pay

We now support one of the best payment methods for fast checkout and better conversion.

Apple Pay is a mobile payment and digital wallet service by Apple Inc. that allows users to pay online and in person. With our new integration for Apple Pay, you can increase your conversion by offering the extremely simplified payment experience, that Apple Pay provides.

We do not charge you any additional cost for the use og Apple Pay. You only pay your existing payment gateway and acquiring fees.

Activate Apple Pay today by logging in to your Reepay Dashboard and follow this guide: https://intercom.help/reepay/en/articles/3328290-how-to-configure-apple-pay

Cheers, Reepay

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.