-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment1.json
More file actions
58 lines (58 loc) · 1.82 KB
/
Copy pathpayment1.json
File metadata and controls
58 lines (58 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"entity": "event",
"account_id": "acc_GSr3oM63pxpHRm",
"event": "payment.captured",
"contains": [
"payment"
],
"payload": {
"payment": {
"entity": {
"id": "pay_GYIVrTshyw2rsW",
"entity": "payment",
"amount": 82600,
"currency": "INR",
"status": "captured",
"order_id": "order_GYIVQgMhiW74hD",
"invoice_id": null,
"international": false,
"method": "card",
"amount_refunded": 0,
"refund_status": null,
"captured": true,
"description": "Test Transaction...Okay",
"card_id": "card_GSt10XCKZqNIpV",
"card": {
"id": "card_GSt10XCKZqNIpV",
"entity": "card",
"name": "Mayur",
"last4": "1111",
"network": "Visa",
"type": "debit",
"issuer": null,
"international": false,
"emi": false,
"sub_type": "consumer"
},
"bank": null,
"wallet": null,
"vpa": null,
"email": "nick@gmail.com",
"contact": "+911234567890",
"notes": [],
"fee": 1652,
"tax": 0,
"error_code": null,
"error_description": null,
"error_source": null,
"error_step": null,
"error_reason": null,
"acquirer_data": {
"auth_code": "690402"
},
"created_at": 1612616547
}
}
},
"created_at": 1612616552
}