Search Results for

    Show / Hide Table of Contents

    Class CreateOrderPaymentEvent

    ID: "CreateOrderPaymentEvent" This event occurs when an order records a new payment. Unlike new orders, which initially display as a “Pending Processing” status, new payments do not require a finalization process and can display a variety of statuses upon creation. Statuses include “Pending”, “Paid”, or “Rejected”.

    A new payment creation often affects an order’s status. Order payments are created through the normal checkout process in the Web Office and Corporate Admin or the Insert Payments Public API endpoint.

    Insert Payments API

    Inheritance
    System.Object
    EventBase
    OrderPaymentEventBase
    CreateOrderPaymentEvent
    Inherited Members
    OrderPaymentEventBase.OrderNumber
    OrderPaymentEventBase.OrderPaymentId
    OrderPaymentEventBase.PaymentStatus
    OrderPaymentEventBase.PaymentType
    OrderPaymentEventBase.Amount
    OrderPaymentEventBase.CurrencyCode
    EventBase.EventType
    EventBase.EventDateUtc
    Namespace: DirectScale.Disco.Extension.EventModels
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class CreateOrderPaymentEvent : OrderPaymentEventBase

    Constructors

    CreateOrderPaymentEvent()

    Declaration
    public CreateOrderPaymentEvent()
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX