This method will retrieve the the credit card details of the current user.
Success Response Content
Example JSON:
{ "validationErrors": [], "result": { "creditCardDetailsBean": { "name": "Bob Simpson", "expiryMonth": "11", "expiryYear": "20", "creditCardNumber": "............1111", "type": "VISA" } }}Field Descriptions