Created
February 4, 2020 10:39
-
-
Save Afaara/0f30c1c8f016c6e59b12c3d5e1999612 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"event": "charge.success", | |
"data": { | |
"id": 84, | |
"domain": "test", | |
"status": "success", | |
"reference": "9cfbae6e-bbf3-5b41-8aef-d72c1a17650g", | |
"amount": 50000, | |
"message": null, | |
"gateway_response": "Approved", | |
"paid_at": "2018-12-20T15:00:06.000Z", | |
"created_at": "2018-12-20T15:00:05.000Z", | |
"channel": "card", | |
"currency": "NGN", | |
"ip_address": null, | |
"metadata": {"order":[{"delivery_address":"Federal University of Agriculture, Egbema, Rivers","price":23600,"quantity":2,"user_id":3,"data":{"price":11800,"customization":[{"name":"shirt color","value":"white","image":"https://res.cloudinary.com/syfon/image/upload/v1577369125/Cake.png"},{"name":"shirt sleeves","value":"short sleeve","image":"https://res.cloudinary.com/kiitec/image/upload/v1/features/04bd737e-b2e7-48f2-b90d-b0456e1db725.png"},{"name":"size","value":"Bsdfsdf","image":""}]},"product":{"id":34,"vendor_id":3}}],"referrer":"https://staging.kiitec.com/product-checkout/italian-shirt-9973097"}, | |
"log": null, | |
"fees": 750, | |
"fees_split": null, | |
"authorization": { | |
"authorization_code": "AUTH_9246d0h9kl", | |
"bin": "408408", | |
"last4": "4081", | |
"exp_month": "12", | |
"exp_year": "2020", | |
"channel": "card", | |
"card_type": "visa DEBIT", | |
"bank": "Test Bank", | |
"country_code": "NG", | |
"brand": "visa", | |
"reusable": true, | |
"signature": "SIG_iCw3p0rsG7LUiQwlsR3t" | |
}, | |
"customer": { | |
"id": 4670376, | |
"first_name": "Asample", | |
"last_name": "Personpaying", | |
"email": "[email protected]", | |
"customer_code": "CUS_00w4ath3e2ukno4", | |
"phone": "", | |
"metadata": null, | |
"risk_action": "default" | |
}, | |
"plan": { | |
"id": 17, | |
"name": "A s(i/a)mple plan", | |
"plan_code": "PLN_dbam2fwcqkyyfjc", | |
"description": "Sample plan for docs", | |
"amount": 50000, | |
"interval": "hourly", | |
"send_invoices": true, | |
"send_sms": true, | |
"currency": "NGN" | |
}, | |
"subaccount": {}, | |
"paidAt": "2018-12-20T15:00:06.000Z" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment