-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen_payment_mandate.json
More file actions
61 lines (61 loc) · 1.27 KB
/
open_payment_mandate.json
File metadata and controls
61 lines (61 loc) · 1.27 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
60
61
{
"vct": "mandate.payment.open.1",
"constraints": [
{
"type": "payment.allowed_payees",
"allowed": [
{
"id": "merchant-demo",
"name": "AP2 Demo Merchant",
"website": "https://demo-merchant.example"
}
]
},
{
"type": "payment.allowed_payment_instruments",
"allowed": [
{
"id": "card-4242",
"type": "card",
"description": "Demo card ending in 4242"
}
]
},
{
"type": "payment.amount_range",
"currency": "USD",
"max": 100000,
"min": 0
},
{
"type": "payment.budget",
"max": 1000.0,
"currency": "USD"
},
{
"type": "payment.agent_recurrence",
"frequency": "ON_DEMAND",
"max_occurrences": 1
},
{
"type": "payment.reference",
"conditional_transaction_id": "w7JQ7cu5RSe8U374VD8oE78Yf_rSfiScYCpFjDIAe3c"
}
],
"cnf": {
"jwk": {
"kty": "EC",
"crv": "P-256",
"x": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
"y": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0",
"use": "sig",
"key_ops": [
"verify"
],
"alg": "ES256",
"kid": "credential-p256"
}
},
"iat": 1778803200,
"exp": 1778806800
}