Hi all,
Based upon a sample project, I have created a payment connector (/IPaymentProcessor/ class) which needs to integrate with a 3rd party provider for external gift cards using a WSDL service (for our POS/Store Commerce app).
Everything works fine for the actions /Add to gift card/, /Gift card balance/ and /Issue gift card/, but the action to pay with a gift card is giving me the error message /The payment terminal is not configured to process the gift card/. In the event viewer it says /Tender payment operation failed for payment method operation 214 (pay gift card)/
This error message is not raised by my payment connector. At least not so far I can see because no debug points are hit in my code.
The setup for external gift cards seems to be ok, at least I followed the article of Microsoft with all the steps.
Does anyone has an idea how to solve this, or perhaps someone already made it work in the past?
Thx in advance.