-
Notifications
You must be signed in to change notification settings - Fork 0
/
flypayA.json
67 lines (67 loc) · 1.41 KB
/
flypayA.json
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
{
"transactions":[
{
"amount":1000,
"currency":"AUD",
"statusCode":1,
"orderReference":"2e58bd43-0001",
"transactionId": "flypay-a-0001"
},
{
"amount":150,
"currency":"AUD",
"statusCode":1,
"orderReference":"2e58bd43-0002",
"transactionId": "flypay-a-0002"
},
{
"amount":500,
"currency":"AUD",
"statusCode":3,
"orderReference":"2e58bd43-0003",
"transactionId": "flypay-a-0003"
},
{
"amount":679,
"currency":"AUD",
"statusCode":1,
"orderReference":"2e58bd43-0004",
"transactionId": "flypay-a-0004"
},
{
"amount":400,
"currency":"AUD",
"statusCode":2,
"orderReference":"2e58bd43-0005",
"transactionId": "flypay-a-0005"
},
{
"amount":900,
"currency":"AUD",
"statusCode":3,
"orderReference":"2e58bd43-0006",
"transactionId": "flypay-a-0006"
},
{
"amount":700,
"currency":"AUD",
"statusCode":1,
"orderReference":"2e58bd43-0007",
"transactionId": "flypay-a-0007"
},
{
"amount":1020,
"currency":"AUD",
"statusCode":2,
"orderReference":"2e58bd43-0008",
"transactionId": "flypay-a-0008"
},
{
"amount":10,
"currency":"AUD",
"statusCode":3,
"orderReference":"2e58bd43-0009",
"transactionId": "flypay-a-0009"
}
]
}