-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment-example.json
More file actions
81 lines (81 loc) · 1.83 KB
/
Copy pathpayment-example.json
File metadata and controls
81 lines (81 loc) · 1.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"id": "A1B2C3D4E5F6",
"created_at": "2026-03-15T14:30:00Z",
"updated_at": "2026-03-15T14:30:00Z",
"amount_money": {
"amount": 12345,
"currency": "USD"
},
"tip_money": {
"amount": 44688,
"currency": "USD"
},
"total_money": {
"amount": 19109,
"currency": "USD"
},
"app_fee_money": {
"amount": 5867,
"currency": "USD"
},
"approved_money": {
"amount": 43490,
"currency": "USD"
},
"processing_fee": [
{
"effective_at": "2026-03-15T14:30:00Z",
"type": "sample-value",
"amount_money": {
"amount": 42756,
"currency": "USD"
}
}
],
"refunded_money": {
"amount": 7945,
"currency": "USD"
},
"status": "FAILED",
"delay_duration": "sample-value",
"delay_action": "CANCEL",
"delayed_until": "2026-03-15T14:30:00Z",
"source_type": "WALLET",
"card_details": {},
"cash_details": {
"buyer_supplied_money": {
"amount": 46320,
"currency": "USD"
},
"change_back_money": {
"amount": 6320,
"currency": "USD"
}
},
"bank_account_details": {},
"external_details": {},
"wallet_details": {},
"buy_now_pay_later_details": {},
"square_account_details": {},
"location_id": "A1B2C3D4E5F6",
"order_id": "A1B2C3D4E5F6",
"reference_id": "A1B2C3D4E5F6",
"customer_id": "A1B2C3D4E5F6",
"employee_id": "A1B2C3D4E5F6",
"team_member_id": "A1B2C3D4E5F6",
"refund_ids": [
"sample-value"
],
"risk_evaluation": {
"created_at": "2026-03-15T14:30:00Z",
"risk_level": "PENDING"
},
"buyer_email_address": "buyer@example.com",
"billing_address": {},
"shipping_address": {},
"note": "Sample Square record.",
"statement_description_identifier": "Sample Square record.",
"receipt_number": "SAMP",
"receipt_url": "https://squareup.com/receipt/abc123",
"version_token": "sample-value"
}