Variable.OnrampFundingStatus
const OnrampFundingStatus: {
Completed: "completed";
Failed: "failed";
Initialized: "initialized";
PaymentProcessing: "payment_processing";
Rejected: "rejected";
RequiresPayment: "requires_payment";
};
Type Declaration
| Name | Type |
|---|---|
Completed | "completed" |
Failed | "failed" |
Initialized | "initialized" |
PaymentProcessing | "payment_processing" |
Rejected | "rejected" |
RequiresPayment | "requires_payment" |