Skip to content

Commit db6b0fc

Browse files
authored
add onramp status for buy with fiat in portal (#5713)
1 parent 203da76 commit db6b0fc

File tree

1 file changed

+23
-0
lines changed
  • apps/portal/src/app/dotnet/pay/getbuywithfiatstatus

1 file changed

+23
-0
lines changed

apps/portal/src/app/dotnet/pay/getbuywithfiatstatus/page.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)