Home > @shopware-pwa/shopware-6-client > getPaymentMethodDetails

# getPaymentMethodDetails() function

Signature:

export declare function getPaymentMethodDetails(paymentId: string, contextInstance?: ShopwareApiInstance): Promise<PaymentMethod>;

# Parameters

Parameter Type Description
paymentId string
contextInstance ShopwareApiInstance

Returns:

Promise<PaymentMethod>

# Exceptions

ClientApiError