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

Externally created recurring payment.

Deprecated

Recurring payments are not created externally anymore.


Recurring

Recurring charge made by our billing cycle.


Retry

An (automated) retry of a failed payment.


SingleCharge

A non-recurring, portal or API-triggered payment.

Last updated

Was this helpful?