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
Copy file name to clipboardExpand all lines: mintlify/snippets/global-accounts/walkthrough.mdx
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,6 +360,64 @@ curl -X POST "$GRID_BASE_URL/quotes/Quote:019542f5-b3e7-1d02-0000-000000000006/e
360
360
361
361
The transaction is on its way. You'll receive standard transaction webhooks (`OUTGOING_PAYMENT`) as it settles — see [Transaction lifecycle](/platform-overview/core-concepts/transaction-lifecycle).
362
362
363
+
## Send to another Global Account or Spark address
364
+
365
+
Use the same quote and signature flow to send USDB without converting it. Set
366
+
the source to the sender's Embedded Wallet account and choose one of these
367
+
destinations:
368
+
369
+
-`ACCOUNT` with another Embedded Wallet's internal account ID.
370
+
-`CUSTOMER` with a customer ID on your platform. Grid resolves that
371
+
customer's Embedded Wallet account in the source currency.
372
+
-`SPARK_ADDRESS` with any compatible Spark address, including a wallet outside
373
+
your platform.
374
+
375
+
The quote returns `payloadToSign` as shown above. Embedded Wallet sources do not
376
+
support `immediatelyExecute`; stamp the payload and call
0 commit comments