PaymentTypeEnum
Enumeration Members
Authorization
Authorization: "AUTHORIZATION";
Payment used to update a customers payment method.
DirectPayment
DirectPayment: "DIRECT_PAYMENT";
An on-session payment performed by a customer to pay for an invoice manually.
DirectPaymentWithAuthorization
DirectPaymentWithAuthorization: "DIRECT_PAYMENT_WITH_AUTHORIZATION";
An on-session payment performed by a customer to pay for an invoice manually that stores the payment method for all future subscription payments.
Initial
Initial: "INITIAL";
Initial payment made directly during checkout.
Monthly
Monthly: "MONTHLY";
Externally created recurring payment.
Deprecated
Recurring payments are not created externally anymore.
Recurring
Recurring: "RECURRING";
Recurring charge made by our billing cycle.
Retry
Retry: "RETRY";
An (automated) retry of a failed payment.
SingleCharge
SingleCharge: "SINGLE_CHARGE";
A non-recurring, portal or API-triggered payment.
Last updated
Was this helpful?