Skip to content

Commit 2d57a84

Browse files
committed
Add test resources
1 parent b19a43d commit 2d57a84

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"resultCode": "RedirectShopper",
3+
"action": {
4+
"paymentMethodType": "bccm",
5+
"url": "https://your-company.example.com/checkout?shopperOrder=12xy..",
6+
"data": {
7+
"MD": "OEVudmZVMUlkWjd0MDNwUWs2bmhSdz09...",
8+
"PaReq": "eNpVUttygjAQ/RXbDyAXBYRZ00HpTH3wUosPfe...",
9+
"TermUrl": "https://example.com/checkout?shopperOrder=12xy..."
10+
},
11+
"method": "POST",
12+
"type": "redirect"
13+
}
14+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"resultCode": "Pending",
3+
"action": {
4+
"paymentData": "Ab02b4c0!BQABAgCpM2q6...==",
5+
"paymentMethodType": "bcmc_mobile",
6+
"url": "BEPGenApp://DoTx?TransId=1bcmc-test.adyen.com/pal/bep$P5FOT6N55HYZNXVPFDGIHEJC",
7+
"qrCodeData": "BEP://1bcmc-test.adyen.com/pal/test",
8+
"type": "qrCode"
9+
}
10+
}

0 commit comments

Comments
 (0)