How to fetch all the payment method added to a particular customer in suitescript 2.0?
k
Kevin
11/18/2019, 6:21 AM
could you describe more
a
Amit Kumar
11/18/2019, 6:31 AM
Customer has added details of the credit card while doing payment.
I need to create restlet api which will fetch all the payment details added by the customer.
Amit Kumar
11/18/2019, 6:31 AM
message has been deleted
k
Kevin
11/18/2019, 6:35 AM
There isn’t specific module to capture information securely, in order to create RESTlet, you gotta create post request and add to customer record.