Skip to content

Operations and Maintainance

Ruben Bielen edited this page Dec 3, 2024 · 2 revisions

Data Storage

Data is stored on multiple locations.

  • System Objects
    • PaymentMethod
      • molliePaymentMethodId – The id of the Mollie payment method
      • mollieOrderExpiryDays – The expiry days for orders created with the Orders API
      • mollieEnabledTransactionAPI – The enabled method API for this payment method. ORDERS API = DEPRECATED! Move to the Payments API!
      • mollieProductCategory – Category used for paying with “voucher” method (eco/meal/gift)
    • PaymentTransaction
      • molliePaymentId –The id of the Mollie payment for orders created with the Payment API
      • molliePaymentStatus – The status of the Mollie payment for orders created with the Payment API
      • mollieIssuerData – Selected issuer data
      • molliePaymentDetails – Contains the Mollie payment specific details like bankBic, bankName,...
      • molliePaymentLink – Contains the Mollie payment link the customer can use to fulfill the payment
    • Order
      • mollieOrderId – The id of the Mollie order for orders created with the Orders API
      • mollieOrderStatus – The status of the Mollie order for orders created with the Orders API
      • mollieUsedTransactionAPI – The Mollie method API used for creating the transaction (order/payment)
      • mollieRefundStatus – Contains the status of the refund
      • mollieUsedSiteContext - Contains the site context where the order is placed. This object is used in the logice of CSC when requesting a payment link.
    • Profile
      • mollieCustomerId – The id of the Mollie customer (used for single click payments)
    • Product
      • mollieProductCategory – Category used for paying with “voucher” method (eco/meal/gift)
    • Order
      • Order History Communication to and from Mollie will be logged in the Order History. This way the merchant knows exactly what happened with the payment.

Availability

When Mollie services are down the customer will not be able to complete the checkout. Service availability and performance can be check in the Salesforce backend by the merchant.

Support

TBD