-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.txt
More file actions
59 lines (59 loc) · 2.71 KB
/
Copy patha.txt
File metadata and controls
59 lines (59 loc) · 2.71 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
59
Error creating Stripe Checkout session: I [Error]: You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY'). See https://stripe.com/docs/api#authentication for details, or we can help at https://support.stripe.com/.
at o.toJSON.then.C.message (/var/task/.next/server/chunks/114.js:1:49516)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'StripeAuthenticationError',
raw: {
message: "You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY'). See https://stripe.com/docs/api#authentication for details, or we can help at https://support.stripe.com/.",
type: 'invalid_request_error',
headers: {
server: 'nginx',
date: 'Sun, 29 Sep 2024 18:34:13 GMT',
'content-type': 'application/json',
'content-length': '342',
connection: 'keep-alive',
'access-control-allow-credentials': 'true',
'access-control-allow-methods': 'GET,HEAD,PUT,PATCH,POST,DELETE',
'access-control-allow-origin': '*',
'access-control-expose-headers': 'Request-Id, Stripe-Manage-Version, Stripe-Should-Retry, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required',
'access-control-max-age': '300',
'cache-control': 'no-cache, no-store',
vary: 'Origin',
'www-authenticate': 'Basic realm="Stripe"',
'x-wc': 'A',
'strict-transport-security': 'max-age=63072000; includeSubDomains; preload'
},
statusCode: 401,
requestId: undefined
},
rawType: 'invalid_request_error',
code: undefined,
doc_url: undefined,
param: undefined,
detail: undefined,
headers: {
server: 'nginx',
date: 'Sun, 29 Sep 2024 18:34:13 GMT',
'content-type': 'application/json',
'content-length': '342',
connection: 'keep-alive',
'access-control-allow-credentials': 'true',
'access-control-allow-methods': 'GET,HEAD,PUT,PATCH,POST,DELETE',
'access-control-allow-origin': '*',
'access-control-expose-headers': 'Request-Id, Stripe-Manage-Version, Stripe-Should-Retry, X-Stripe-External-Auth-Required, X-Stripe-Privileged-Session-Required',
'access-control-max-age': '300',
'cache-control': 'no-cache, no-store',
vary: 'Origin',
'www-authenticate': 'Basic realm="Stripe"',
'x-wc': 'A',
'strict-transport-security': 'max-age=63072000; includeSubDomains; preload'
},
requestId: undefined,
statusCode: 401,
charge: undefined,
decline_code: undefined,
payment_intent: undefined,
payment_method: undefined,
payment_method_type: undefined,
setup_intent: undefined,
source: undefined
}