-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckout.json
More file actions
44 lines (44 loc) · 917 Bytes
/
checkout.json
File metadata and controls
44 lines (44 loc) · 917 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
{
"id": "checkout-hnp-0001",
"merchant": {
"id": "merchant-demo",
"name": "AP2 Demo Merchant",
"website": "https://demo-merchant.example"
},
"line_items": [
{
"id": "line-ticket-1",
"item": {
"id": "ticket-main-stage",
"title": "Concert ticket near main stage",
"price": 49000
},
"quantity": 2,
"totals": [
{
"type": "total",
"display_text": "Concert tickets",
"amount": 98000
}
]
}
],
"status": "ready_for_complete",
"currency": "USD",
"totals": [
{
"type": "total",
"display_text": "Total",
"amount": 98000
}
],
"links": [
{
"type": "terms",
"url": "https://demo-merchant.example/terms",
"title": "Terms"
}
],
"expires_at": "2026-05-15T01:00:00Z",
"continue_url": "https://demo-merchant.example/checkout/hnp"
}