-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstripe-plink.json
43 lines (43 loc) · 1.15 KB
/
stripe-plink.json
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
{
"id": "pi_1HJbGrL6Ny34PpD0cbXzCDFK",
"object": "payment_intent",
"amount": 999,
"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,
"url": "/v1/charges?payment_intent=pi_1HJbGrL6Ny34PpD0cbXzCDFK"
},
"client_secret": "",
"confirmation_method": "automatic",
"created": 1622756033,
"currency": "usd",
"customer": "cus_HJbGqQoLkNy34P",
"description": null,
"invoice": null,
"last_payment_error": null,
"livemode": false,
"metadata": {},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1HJbGrL6Ny34PpD0cbkFmIyvKL1N",
"payment_method_types": [
"card"
],
"receipt_email": "[email protected]",
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"status": "requires_payment_method",
"transfer_data": null,
"transfer_group": null
}