-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen_checkout_mandate.json
More file actions
45 lines (45 loc) · 916 Bytes
/
open_checkout_mandate.json
File metadata and controls
45 lines (45 loc) · 916 Bytes
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
{
"vct": "mandate.checkout.open.1",
"constraints": [
{
"type": "checkout.allowed_merchants",
"allowed": [
{
"id": "merchant-demo",
"name": "AP2 Demo Merchant",
"website": "https://demo-merchant.example"
}
]
},
{
"type": "checkout.line_items",
"items": [
{
"id": "tickets-near-stage",
"acceptable_items": [
{
"id": "ticket-main-stage",
"title": "Concert ticket near main stage"
}
],
"quantity": 2
}
]
}
],
"cnf": {
"jwk": {
"kty": "OKP",
"crv": "Ed25519",
"x": "11qYAYKxCrfVS_7TyWQHOg7hcvPapiMlrwIaaPcHURo",
"use": "sig",
"key_ops": [
"verify"
],
"alg": "EdDSA",
"kid": "merchant-ed25519"
}
},
"iat": 1778803200,
"exp": 1778806800
}