File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
apps/portal/src/app/dotnet/pay/getbuywithfiatstatus Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,26 @@ string FailureMessage; // Failure message if any
4848```
4949
5050</Details >
51+
52+ <Details summary = " OnRamp Status" >
53+
54+ ### OnRamp Status
55+
56+ Possible status returned for a onramp transactions
57+
58+ ``` csharp
59+ NONE - No status .
60+ PENDING_PAYMENT - Payment is pending .
61+ PAYMENT_FAILED - Payment has failed .
62+ PENDING_ON_RAMP_TRANSFER - Pending on -ramp transfer .
63+ ON_RAMP_TRANSFER_IN_PROGRESS - On -ramp transfer is in progress .
64+ ON_RAMP_TRANSFER_COMPLETED - On -ramp transfer is completed
65+ ON_RAMP_TRANSFER_FAILED - On -ramp transfer has failed .
66+ CRYPTO_SWAP_REQUIRED - Crypto swap is required .
67+ CRYPTO_SWAP_COMPLETED - Crypto swap is completed .
68+ CRYPTO_SWAP_FALLBACK - Crypto swap fallback .
69+ CRYPTO_SWAP_IN_PROGRESS - Crypto swap is in progress .
70+ CRYPTO_SWAP_FAILED - Crypto swap has failed .
71+ ```
72+
73+ </Details >
You can’t perform that action at this time.
0 commit comments