Metasky
  • Welcome!
  • Introduction
    • Our Solutions
    • Web 3.0 Resources
  • Metasky Studio
    • Introduction
    • Easy Steps To Create Your Own Club
    • Studio Modules
      • Messaging
      • Members
      • Utilities
        • Discord Utility
      • Collections
      • Bounties
        • Twitter
        • Custom
      • Marketplace
      • Leaderboard
      • Settings
      • Accounts
  • Skywallet (End User UI)
    • Home
    • Wallet
    • My Clubs
    • Updates
  • Metasky API Collection
    • Metasky API - Swagger Link
    • Authentication
    • Blockchains and Networks
    • ENUMS
    • API List
      • User
        • Register New User
      • Wallet
        • Fetch Wallet Balance Summary
        • Fetch All Wallet NFTs
        • Fetch All Coin Balances
        • Fetch NFT Details
        • Fetch System Health Status
      • Accounts
        • Create Specific Account
        • Fetch All Accounts
      • Orders
        • Fetch Listing Details
        • Preview Transfer Asset Order
        • Create a Transfer Order
        • Preview NFT Drop
        • Claim NFT Order
        • Fetch An Order
        • Fetch All Orders
      • Auth
        • Secure Action
        • Secure Action Verify
Powered by GitBook
On this page

Was this helpful?

  1. Metasky API Collection
  2. API List
  3. Orders

Claim NFT Order

PreviousPreview NFT DropNextFetch An Order

Last updated 1 year ago

Was this helpful?

Claim NFT Order

post
Path parameters
user_uuidstringRequired
Body
order_uuidstringOptional
Responses
200
Success response
application/json
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
post
POST /api/v1/user/{user_uuid}/orders/claim-nft HTTP/1.1
Host: www.developer.metasky.me
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "order_uuid": "61c8f27a-442f-4d9e-a5b9-1463a80f46c3"
}
{
  "message": "Order in progress state.",
  "data": {
    "paymentUrl": "https://checkout.stripe.com/c/pay/cs_test_a1FrIjNQEu890lMWlNvwL9jRepFbfOOlfBEpotgnLxoLItwBd6pKLOyOyP#fidkdWxOYHwnPyd1blpxYHZxWjA0SVxUUk1PdlVgalAzYWdmNnBHXUo3Nk5vQU5ucVVNbHRpTk5NSmBnfDNnd2JKd2dGaVBnPTNnf1FLQEBgXWdwMXAzTUZcQzRkbE9Mak1uQHZWPGpMQ1B3NTU1MWlyYEYxZCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl",
    "payment_required": true,
    "payment_mode": "FIAT",
    "paymentGateway": "STRIPE",
    "order_uuid": "61c8f27a-442f-4d9e-a5b9-1463a80f46c3",
    "payment_details": {
      "final_price": {
        "symbol": "INR",
        "value": 1600
      }
    }
  },
  "status": "success",
  "requestId": "60186342-6faf-4e25-b2ba-3dd0630ab375"
}