Hi there,
Our recurring orders our failing even though the payment seems fine. On the order log I see this:
Dynamicweb.Ecommerce.CheckoutHandlers.AltaPay.AltaPayCheckoutHandler Recurring order failed for ORDER10133 (based on REC86). The payment failed with the message: (OrderID:ORDER10133 (IsCart:False, Complete:False) Total:5, orderline total:5 kr; Orderlines:2 - Products:1, Discounts:1, Taxes:0, BOM:0, (IP:10.21.142.1, Url:/Admin/Public/TaskExecute.aspx), Thread:68, HashCode:22965211.)
There's no error message as far as I can see.
The XML from AltaPay stored on ther order seems alright:
<?xml version="1.0"?>
<APIResponse version="20170228">
<Header>
<Date>2022-09-30T11:02:54+02:00</Date>
<Path>API/validatePaymentAuthentication</Path>
<ErrorCode>0</ErrorCode>
<ErrorMessage/>
</Header>
<Body>
<Result>Success</Result>
<Transactions>
<Transaction>
<TransactionId>101</TransactionId>
<PaymentId>e7caf116-1e46-4468-....</PaymentId>
<AuthType>subscription</AuthType>
<CardStatus>Valid</CardStatus>
<CreditCardExpiry>
<Year>2023</Year>
<Month>04</Month>
Is there anything I can debug or should I open a support case?
Imar