Created
April 1, 2022 11:50
-
-
Save ovicko/e781373481ff7cf0a383c22a79eafa99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
customer: { | |
"firstname":"firstname", | |
"lastname":"lastname", | |
"email":"email", | |
"phone":"phone", | |
}, | |
seller_id:17, | |
delivery_type:"sendy default" | |
delivery_cost: 34.90, | |
delivery_payload: { | |
}, | |
cart: [ | |
{ | |
"productId":41, | |
"quantity":20, | |
"option" :{ | |
"226" :15 | |
} | |
} | |
], | |
comment:"Order comments", | |
order_date: | |
session_id: | |
payment: { | |
"_id": { | |
"oid": "6217577c024f6c34156cbd84" | |
}, | |
"currency": "KES", | |
"reference_id": "e8551b88-3b1e-4a01-87a3-a4533f478e67", | |
"redirect_url": "https://m.me/735407716482619", | |
"callback_url": "https://api.chatbot.bot.paycloud.co.ke/api/payment", | |
"msisdn": "0720474580", | |
"express_mpesa": true, | |
"cost": 1430, | |
"status": true, | |
"message": "Transaction Processed", | |
"trace_id": "95acdddc-5ae4-4db1-9953-4b1c7360c63a", | |
"url": "https://ke.paycloud.co.ke/secure/checkout/95acdddc-5ae4-4db1-9953-4b1c7360c63a/zxsv3ncj2e8x", | |
"updated_at": { | |
"$date": "2022-02-24T10:01:46.404Z" | |
}, | |
"created_at": { | |
"$date": "2022-02-24T10:01:32.838Z" | |
}, | |
"order_ids": ["621756de024f6c34156cbd75", "6217570b57586a31c375988f", "6217572b57586a31c3759894"], | |
"payout": 1372.8 | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"customer": {
"firstname": "REAL DEV",
"lastname": "OVICKO",
"email": "[email protected]",
"phone": "1234567890",
"city_id": 1,
"address": "A descriptive address"
},
"sendy_order_id": "XXXXXXXXXXXXX",
"shipping_cost":200,
"session_id": "324331deea1bca8af75e8a415c",
"shipping_method": "pickup_stations code",
"comment":"A very big order",
"order_date":"2022-03-20 23:33:32",
"cart": [
}