You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: `lockedCurrencyAmount: 200` = 2.00 MXN (smallest unit = centavos), roughly ~$0.10 USD. Do not include `paymentRail` — the API infers it from the external account.
412
429
413
430
3. Extract `QUOTE_ID`, `TRANSACTION_ID`, `PAYMENT_ADDRESS`, and `TOTAL_SENDING_AMOUNT`.
Verify the balance increased (response contains updated account).
448
467
468
+
**If `IS_SANDBOX=false`:** Check the current USD internal account balance. If balance is 0, skip this test with a note: "SKIP: Non-sandbox platform — USD internal account has no balance. Requires a prior successful USDC→USD conversion (Test 4) or manual funding." If balance > 0, proceed.
469
+
449
470
2. Record initial on-chain USDC balance:
450
471
451
472
```bash
@@ -530,8 +551,8 @@ Include in Details: relevant amounts, transaction IDs, error messages, or timing
530
551
531
552
All tests use small amounts to conserve testnet funds:
532
553
- Test 2: 0.50 USDC deposit (500000 micro-USDC)
533
-
- Test 3: 0.10 USDC transfer-out (100000 micro-USDC)
554
+
- Test 3: 0.20 USDC transfer-out (200000 micro-USDC) — must exceed ~100100 custody fee
534
555
- Tests 4-5: ~$0.10 USD locked on receiving side (10 cents)
535
556
- Test 6: ~2.00 MXN locked on receiving side (~$0.10 USD)
536
-
- Test 7: $0.50 USD → USDC (50 cents)
537
-
-**Total USDC needed: ~1.0 USDC + gas (~0.001 ETH on Base Sepolia)**
557
+
- Test 7: $0.50 USD → USDC (50 cents) — requires sandbox or prior USD balance
558
+
-**Total USDC needed: ~1.2 USDC + gas (~0.001 ETH on Base Sepolia)**
0 commit comments