Generated after a successful Create Payment request.

interface PaymentCreatedMessagePayload {
    payment: Payment;
    type: "PaymentCreated";
}

Properties

Properties

payment: Payment

Payment that was created.

type: "PaymentCreated"

Generated using TypeDoc