If the order is successfully found, you will receive the following response:
{
"message": "Order found successfully",
"description": "",
"order": {
"customer": {
"name": "Md Faizan", // Customer's name
"email": "rizwan775505@gmail.com", // Customer's email address
"phone": "+91 1234567890", // Customer's phone number
"pincode": "272161" // Customer's postal code
},
"page": {
"analyticsCode": {
"google": "", // Google Analytics ID (if provided)
"pixel": "" // Facebook/Meta Pixel ID (if provided)
},
"title": "New Product", // Title of the product page
"description": "This is a new product" // Description of the product page
},
"_id": "6741c58edd30ef2d02acab70", // Unique Order ID
"owner": "67418da4e2cb3854a9785eda", // User ID of the creator of product in our database
"sourcePageId": "6741c048dd30ef2d02acab0b", // Unique Page ID where the order was created
"price": 5, // Price of the product in the specified currency
"status": "paid", // Current order status - Possible values: "paid", "cancelled", "created"
"countryCode": "in", // Country code of the customer
"createdAt": "2024-11-23T12:07:42.238Z", // Order creation timestamp
"updatedAt": "2024-11-23T12:07:42.348Z", // Last update timestamp of the order
"__v": 0 // Internal versioning for database document
}
}
Key Highlights:
User ID: Retrieved from Evo Creator's API Key Dashboard.
Key: Sent to buyers via email upon successful order.
Authorization: Secure requests with the Bearer Token.
Use this API to streamline and authenticate your order verification process securely! 🚀