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.
It is now possible to define credit note lines with negative amount as long as the total refund amount is positive.
A couple of fixes for the Administration
It has been changed so a Checkout session in modal is not cancelled and closed if the user clicks outside the payment frame.
Two versions released:
Fixed completed order status that receive via Webhook
Issue tracker and more can be found here: https://github.com/reepay/reepay-woocommerce-payment/
It is now possible to delete a saved card in the Administration and using API (https://reference.reepay.com/api/#delete-payment-method).
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
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.
Reepay now supports Forbrugsforeningen card type with Acquirer Nets.
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