How to fetch all the payment method added to a par...
# suitescript
a
How to fetch all the payment method added to a particular customer in suitescript 2.0?
k
could you describe more
a
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.
message has been deleted
k
There isn’t specific module to capture information securely, in order to create RESTlet, you gotta create post request and add to customer record.