Skip to main content

Variable.OnrampFundingStatus

const OnrampFundingStatus: {
Completed: "completed";
Failed: "failed";
Initialized: "initialized";
PaymentProcessing: "payment_processing";
Rejected: "rejected";
RequiresPayment: "requires_payment";
};

Type Declaration

Completed

readonly Completed: "completed";

Failed

readonly Failed: "failed";

Initialized

readonly Initialized: "initialized";

PaymentProcessing

readonly PaymentProcessing: "payment_processing";

Rejected

readonly Rejected: "rejected";

RequiresPayment

readonly RequiresPayment: "requires_payment";