Home > @vsf-enterprise/sap-commerce-webservices-sdk > PaymentDetailsApi > getPaymentDetails
PaymentDetailsApi.getPaymentDetails() method
Returns a customer's credit card payment details for the specified paymentDetailsId. Get customer's credit card payment details.
Signature:
getPaymentDetails(baseSiteId: string, paymentDetailsId: string, userId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<PaymentDetails>>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| baseSiteId | string | Base site identifier | 
| paymentDetailsId | string | Payment details 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 | 
| options | any | Override http request option. | 
Returns:
Promise<import("axios").AxiosResponse<PaymentDetails>>
Exceptions
{RequiredError} PaymentDetailsApi