@plentymarkets/shop-api / getMollieSettings
Function: getMollieSettings() ​
getMollieSettings(
context
):Promise
<Data
<MollieSettings
>>
Defined in: api/getMollieSettings/index.ts:18
Method doCreateMolliePaymentFromBasket - Used to get the Mollie settings.
Parameters ​
context ​
PlentysystemsIntegrationContext
Returns ​
Promise
<Data
<MollieSettings
>>
MollieSettings
Remarks ​
- Calls /rest/mollie/get_settings/ endpoint.
- This method is used to get the Mollie settings.
Example ​
ts
const { data } = await useSdk().plentysystems.getMollieSettings();