I am working on the stored value portion of our platform. The business case I am concerned with is:
Merchant adds card to order -> I handle this correctly Merchant collects full payment -> I understand how to handle this correctly
At this point the card could by used
Merchant wants to process a REFUND or EXCHANGE on the card. I see how I can catch this and handle the processing, but is there a way to give negative feedback if the REFUND/EXCHANGE should not be processed? For example, the card has been used and thus I can not undo the activation - therefore the merchant should not be able to refund the card.
Thanks - I have appreciated all the answers to your questions so far!
Danielle