Home > @poq/sdk-sfcc > IBasketsClient > getBasketsByIDPaymentMethods
Gets applicable payment methods for an existing basket considering the open payment amount only.
Signature:
getBasketsByIDPaymentMethods(basketId: string, options?: RequestOptions): Promise<PoqResponse<PaymentMethodResult>>;
Parameter | Type | Description |
---|---|---|
basketId | string | the basket id |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<PaymentMethodResult>>