Skip to content

Commit 827b777

Browse files
committed
Add sample of banking payload
1 parent 8219c6c commit 827b777

File tree

1 file changed

+60
-28
lines changed

1 file changed

+60
-28
lines changed

tools/hmac/payload2.json

Lines changed: 60 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,61 @@
11
{
2-
"live": "false",
3-
"notificationItems": [
4-
{
5-
"NotificationRequestItem": {
6-
"additionalData": {
7-
"metadata.orderTransactionId": "63",
8-
"bookingDate": "2025-02-24T15:21:41Z",
9-
"paymentMethodVariant": "mc",
10-
"store": "Store Amsterdam",
11-
"hmacSignature": "1mSRodZGRNebcLHRXqGxCVa9bbCupkyHkcEUj51wves="
12-
},
13-
"amount": {
14-
"currency": "EUR",
15-
"value": 32500
16-
},
17-
"eventCode": "CAPTURE",
18-
"eventDate": "2025-02-24T15:21:00+01:00",
19-
"merchantAccountCode": "Merchant 1",
20-
"merchantReference": "1143-R2",
21-
"originalReference": "AB1234567890",
22-
"paymentMethod": "mc",
23-
"pspReference": "LR1234567890",
24-
"reason": "",
25-
"success": "true"
26-
}
27-
}
28-
]
29-
}
2+
"data": {
3+
"balancePlatform": "YOUR_BALANCE_PLATFORM",
4+
"accountHolder": {
5+
"contactDetails": {
6+
"email": "test@adyen.com",
7+
"phone": {
8+
"number": "0612345678",
9+
"type": "mobile"
10+
},
11+
"address": {
12+
"houseNumberOrName": "23",
13+
"city": "Amsterdam",
14+
"country": "NL",
15+
"postalCode": "12345",
16+
"street": "Main Street 1"
17+
}
18+
},
19+
"description": "Shelly Eller",
20+
"legalEntityId": "LE00000000000000000001",
21+
"reference": "YOUR_REFERENCE-2412C",
22+
"capabilities": {
23+
"issueCard": {
24+
"enabled": true,
25+
"requested": true,
26+
"allowed": false,
27+
"verificationStatus": "pending"
28+
},
29+
"receiveFromTransferInstrument": {
30+
"enabled": true,
31+
"requested": true,
32+
"allowed": false,
33+
"verificationStatus": "pending"
34+
},
35+
"sendToTransferInstrument": {
36+
"enabled": true,
37+
"requested": true,
38+
"allowed": false,
39+
"verificationStatus": "pending"
40+
},
41+
"sendToBalanceAccount": {
42+
"enabled": true,
43+
"requested": true,
44+
"allowed": false,
45+
"verificationStatus": "pending"
46+
},
47+
"receiveFromBalanceAccount": {
48+
"enabled": true,
49+
"requested": true,
50+
"allowed": false,
51+
"verificationStatus": "pending"
52+
}
53+
},
54+
"id": "AH00000000000000000001",
55+
"status": "active"
56+
}
57+
},
58+
"environment": "test",
59+
"timestamp": "2024-12-15T15:42:03+01:00",
60+
"type": "balancePlatform.accountHolder.created"
61+
}

0 commit comments

Comments
 (0)