Question
Last activity: 30 Jul 2015 8:13 EDT
credit card information without storing on pega server
We have a requirement to send credit card information from pega application to a REST service without storing the card information on the Pega server. The REST service will return a token which will then be stored within pega application to refer to that card.
We are thinking of an option to use AJAX which would call a pega activity which in turn calls the REST service. Once the token is received, the credit card information can be removed from the clipboard and only the token is retained.
Is there any other way to implement this requirement? Can we make an AJAX call directly to REST service and populate the returned token into a field using JavaScript without going through the pega server?