POST api/Webshop/PostWebshopRadiocontrolMollieNewPayment?companyId={companyId}&isDelayedPayment={isDelayedPayment}&isPickUpProducts={isPickUpProducts}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyId

integer

Required

isDelayedPayment

boolean

Required

isPickUpProducts

boolean

Required

Body Parameters

WebshopRadioControlsOrderVm
NameDescriptionTypeAdditional information
WebshopDeliveryAddressName

string

None.

WebshopDeliveryAddressCompany

string

None.

WebshopDeliveryAddressStreet

string

None.

WebshopDeliveryAddressPhoneNumber

string

None.

WebshopDeliveryAddressPCode

string

None.

WebshopDeliveryAddressCity

string

None.

WebshopDeliveryAddressEmailAddress

string

None.

WebshopDeliveryAddressVatNumber

string

None.

WebshopDeliveryAddressComments

string

None.

WebshopDeliveryAddressCountryId

integer

None.

WebshopDeliveryAddressCountryVatCodeId

integer

None.

WebshopDeliveryAddressId

integer

None.

CartList

Collection of CartVm

None.

ReturnPaymentUrl

string

None.

WebshopDeliveryAddressDisplayName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "webshopDeliveryAddressName": "sample string 1",
  "webshopDeliveryAddressCompany": "sample string 2",
  "webshopDeliveryAddressStreet": "sample string 3",
  "webshopDeliveryAddressPhoneNumber": "sample string 4",
  "webshopDeliveryAddressPCode": "sample string 5",
  "webshopDeliveryAddressCity": "sample string 6",
  "webshopDeliveryAddressEmailAddress": "sample string 7",
  "webshopDeliveryAddressVatNumber": "sample string 8",
  "webshopDeliveryAddressComments": "sample string 9",
  "webshopDeliveryAddressCountryId": 1,
  "webshopDeliveryAddressCountryVatCodeId": 1,
  "webshopDeliveryAddressId": 1,
  "cartList": [
    {
      "productId": 1,
      "productCode": "sample string 2",
      "productImage": "sample string 3",
      "productDescriptionShort": "sample string 4",
      "priceExcl": 5.0,
      "totalPriceIncl": 6.0,
      "tvaAmount": 7.0,
      "productDiscountPriceExcl": 8.0,
      "amount": 9.0,
      "totalPriceExcl": 10.0,
      "price": 11.0,
      "totalPriceEx": 12.0
    },
    {
      "productId": 1,
      "productCode": "sample string 2",
      "productImage": "sample string 3",
      "productDescriptionShort": "sample string 4",
      "priceExcl": 5.0,
      "totalPriceIncl": 6.0,
      "tvaAmount": 7.0,
      "productDiscountPriceExcl": 8.0,
      "amount": 9.0,
      "totalPriceExcl": 10.0,
      "price": 11.0,
      "totalPriceEx": 12.0
    }
  ],
  "returnPaymentUrl": "sample string 10",
  "webshopDeliveryAddressDisplayName": "sample string 11"
}

application/xml, text/xml

Sample:
<WebshopRadioControlsOrderVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models.WebshopViewModels">
  <CartList>
    <CartVm>
      <Amount>9</Amount>
      <Price>11</Price>
      <PriceExcl>5</PriceExcl>
      <ProductCode>sample string 2</ProductCode>
      <ProductDescriptionShort>sample string 4</ProductDescriptionShort>
      <ProductDiscountPriceExcl>8</ProductDiscountPriceExcl>
      <ProductId>1</ProductId>
      <ProductImage>sample string 3</ProductImage>
      <TotalPriceEx>12</TotalPriceEx>
      <TotalPriceExcl>10</TotalPriceExcl>
      <TotalPriceIncl>6</TotalPriceIncl>
      <TvaAmount>7</TvaAmount>
    </CartVm>
    <CartVm>
      <Amount>9</Amount>
      <Price>11</Price>
      <PriceExcl>5</PriceExcl>
      <ProductCode>sample string 2</ProductCode>
      <ProductDescriptionShort>sample string 4</ProductDescriptionShort>
      <ProductDiscountPriceExcl>8</ProductDiscountPriceExcl>
      <ProductId>1</ProductId>
      <ProductImage>sample string 3</ProductImage>
      <TotalPriceEx>12</TotalPriceEx>
      <TotalPriceExcl>10</TotalPriceExcl>
      <TotalPriceIncl>6</TotalPriceIncl>
      <TvaAmount>7</TvaAmount>
    </CartVm>
  </CartList>
  <ReturnPaymentUrl>sample string 10</ReturnPaymentUrl>
  <WebshopDeliveryAddressCity>sample string 6</WebshopDeliveryAddressCity>
  <WebshopDeliveryAddressComments>sample string 9</WebshopDeliveryAddressComments>
  <WebshopDeliveryAddressCompany>sample string 2</WebshopDeliveryAddressCompany>
  <WebshopDeliveryAddressCountryId>1</WebshopDeliveryAddressCountryId>
  <WebshopDeliveryAddressCountryVatCodeId>1</WebshopDeliveryAddressCountryVatCodeId>
  <WebshopDeliveryAddressDisplayName>sample string 11</WebshopDeliveryAddressDisplayName>
  <WebshopDeliveryAddressEmailAddress>sample string 7</WebshopDeliveryAddressEmailAddress>
  <WebshopDeliveryAddressId>1</WebshopDeliveryAddressId>
  <WebshopDeliveryAddressName>sample string 1</WebshopDeliveryAddressName>
  <WebshopDeliveryAddressPCode>sample string 5</WebshopDeliveryAddressPCode>
  <WebshopDeliveryAddressPhoneNumber>sample string 4</WebshopDeliveryAddressPhoneNumber>
  <WebshopDeliveryAddressStreet>sample string 3</WebshopDeliveryAddressStreet>
  <WebshopDeliveryAddressVatNumber>sample string 8</WebshopDeliveryAddressVatNumber>
</WebshopRadioControlsOrderVm>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PaymentResponse
NameDescriptionTypeAdditional information
Id

string

None.

Mode

PaymentMode

None.

CreatedDatetime

date

None.

Status

PaymentStatus

None.

PaidDatetime

date

None.

CancelledDatetime

date

None.

ExpiredDatetime

date

None.

ExpiryPeriod

string

None.

Amount

decimal number

None.

AmountRefunded

decimal number

None.

AmountRemaining

decimal number

None.

Description

string

None.

Method

PaymentMethod

None.

Metadata

string

None.

Locale

string

None.

ProfileId

string

None.

SettlementId

string

None.

CustomerId

string

None.

RecurringType

RecurringType

None.

Links

PaymentResponseLinks

None.

MandateId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "mode": 0,
  "createdDatetime": "2025-12-10T12:48:10.4948956+01:00",
  "status": "Open",
  "paidDatetime": "2025-12-10T12:48:10.4948956+01:00",
  "cancelledDatetime": "2025-12-10T12:48:10.4948956+01:00",
  "expiredDatetime": "2025-12-10T12:48:10.4948956+01:00",
  "expiryPeriod": "sample string 2",
  "amount": 3.0,
  "amountRefunded": 1.0,
  "amountRemaining": 1.0,
  "description": "sample string 4",
  "method": "ideal",
  "metadata": sample string 5,
  "locale": "sample string 6",
  "profileId": "sample string 7",
  "settlementId": "sample string 8",
  "customerId": "sample string 9",
  "recurringType": "first",
  "links": {
    "paymentUrl": "sample string 1",
    "webhookUrl": "sample string 2",
    "redirectUrl": "sample string 3",
    "settlement": "sample string 4"
  },
  "mandateId": "sample string 10"
}

application/xml, text/xml

Sample:
<PaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mollie.Api.Models.Payment.Response">
  <Amount>3</Amount>
  <AmountRefunded>1</AmountRefunded>
  <AmountRemaining>1</AmountRemaining>
  <CancelledDatetime>2025-12-10T12:48:10.4948956+01:00</CancelledDatetime>
  <CreatedDatetime>2025-12-10T12:48:10.4948956+01:00</CreatedDatetime>
  <CustomerId>sample string 9</CustomerId>
  <Description>sample string 4</Description>
  <ExpiredDatetime>2025-12-10T12:48:10.4948956+01:00</ExpiredDatetime>
  <ExpiryPeriod>sample string 2</ExpiryPeriod>
  <Id>sample string 1</Id>
  <Links>
    <PaymentUrl>sample string 1</PaymentUrl>
    <RedirectUrl>sample string 3</RedirectUrl>
    <Settlement>sample string 4</Settlement>
    <WebhookUrl>sample string 2</WebhookUrl>
  </Links>
  <Locale>sample string 6</Locale>
  <MandateId>sample string 10</MandateId>
  <Metadata>sample string 5</Metadata>
  <Method>Ideal</Method>
  <Mode>Live</Mode>
  <PaidDatetime>2025-12-10T12:48:10.4948956+01:00</PaidDatetime>
  <ProfileId>sample string 7</ProfileId>
  <RecurringType>First</RecurringType>
  <SettlementId>sample string 8</SettlementId>
  <Status>Open</Status>
</PaymentResponse>