FAQ

News

20.01.2024 | Extension API-Function getCustomCatalogue

The function getCustomCatalogue has been extended. Now it is possible to get multiple Prices (up to 10) in one Request.
Therefore you have to take multiple quantities in the parameter quantity.

Example:
quantity=1_quantity|50_quantity|100_quantity

The prices are return in the respone in productList – selectGroupList – optionList in array optionTranslations.
The value of the field optionName is the requested quantity. (In the example 1_quantity or 50_quantity or 100_quantity)

Archive

 

The following payment methods are available for the payment of your automated orders.

  • Advance Payment
  • Invoice*
  • PayPal**
  • SEPA-Direct debit***
  • Creditcard ****

These paymentMethods are used for the createOrderRequestType.

  • Advance Payment = paymentInformation->paymentMethod = ‘ADP’
  • Invoice= paymentInformation->paymentMethod = ‘INV’
  • PayPal = paymentInformation->paymentMethod = ‘PAY’;
  • SEPA = paymentInformation->paymentMethod = ‘SDB’;
  • Creditcard = paymentInformation->paymentMethod = ‘CRC’;

 

*         requires a mandate for UP
**      requires activation by UP
***    in Germany only
**** requires activation by UP

Category: Payment