Changelog
A dated record of changes to the v1 API and these docs, newest first.
Sandbox opened for Urbanspace
- This sandbox runs the Uptop v1 API for the Urbanspace Market Pass program: customers, market vendors as sponsors, and the Market Money wallet.
- The sandbox exposes users (
POST /v1/users:upsert,GET /v1/users/{userId}), vendors as sponsors (GET /v1/sponsors), rewards (GET /v1/rewards), auctions used as fixed prices (GET /v1/auctions, each opened withstartPriceequal toreservePrice), points (GET /v1/users/{userId}/points/balanceandGET /v1/users/{userId}/points/events), and redemptions (POST /v1/users/{userId}/redemptions). - The Market Money wallet runs on the Ansa sandbox: balance and transactions, payment methods, Plaid bank linking, the virtual card, and the hosted Add Funds iframe on the iframe tab.
points.pendingandtransaction.createdwebhooks, the Simulate tab for synthetic Market Money card transactions, and the Dashboard tab for seeding vendors, rewards, auctions, and points are all available against the dev environment. - The wallet is disabled until the Urbanspace Ansa sandbox merchant is configured, so the wallet endpoints, the Add Funds iframe, and Simulate will not complete yet. Users, vendors, rewards, auctions, points, and redemptions can be exercised today.