Home > @vsf-enterprise/sap-commerce-webservices-sdk > PaymentDetailsApi > getPaymentDetailsList
PaymentDetailsApi.getPaymentDetailsList() method
Return customer's credit card payment details list. Get customer's credit card payment details list.
Signature:
getPaymentDetailsList(baseSiteId: string, userId: string, fields?: string, saved?: boolean, options?: any): Promise<import("axios").AxiosResponse<PaymentDetailsList>>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| baseSiteId | string | Base site identifier | 
| userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user | 
| fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL | 
| saved | boolean | Type of payment details. | 
| options | any | Override http request option. | 
Returns:
Promise<import("axios").AxiosResponse<PaymentDetailsList>>
Exceptions
{RequiredError} PaymentDetailsApi