-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget started 9
68 lines (68 loc) · 1.84 KB
/
get started 9
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
59
60
61
62
63
64
65
66
67
68
stripe events resend evt_1HPBHGIV32DS3o2Y2SSte63c
{
"id": "evt_1HPBHGIV32DS3o2Y2SSte63c",
"object": "event",
"api_version": "2020-03-02",
"created": 1599588646,
"data": {
"object": {
"id": "pi_1HPBHGIV32DS3o2YW39AuSQH",
"object": "payment_intent",
"amount": 1000,
"amount_capturable": 0,
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [],
"has_more": false,
"total_count": 0,
"url": "/v1/charges?payment_intent=pi_1HPBHGIV32DS3o2YW39AuSQH"
},
"client_secret": "pi_1HPBHGIV32DS3o2YW39AuSQH_secret_VMjbV77Deh4xldbfGpL73W1ZA",
"confirmation_method": "automatic",
"created": 1599588646,
"currency": "usd",
"customer": null,
"description": "Created by stripe.com/docs demo",
"invoice": null,
"last_payment_error": null,
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": null,
"payment_method_options": {
"card": {
"installments": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "requires_payment_method",
"transfer_data": null,
"transfer_group": null
}
},
"livemode": false,
"pending_webhooks": 0,
"request": {
"id": "req_8mrIOjRUvcN7Kb",
"idempotency_key": null
},
"type": "payment_intent.created"
}