-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockapi.db.json
62 lines (62 loc) · 2.2 KB
/
.mockapi.db.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
{
"token": {
"access_token": "0994b463-123e-3565-981e-ae4e2e44475d",
"scope": "am_application_scope default",
"token_type": "Bearer",
"expires_in": 300
},
"omcoreapis": {
"1.0.2": {
"mp": {
"init": {
"message": "Payment request successfully initiated",
"data": {
"payToken": "MP22122828061160596F8A461518"
}
},
"pay": {
"message": "Merchant payment successfully initiated",
"data": {
"id": 51696332,
"createtime": "1672238140",
"subscriberMsisdn": "69xxxxxx",
"amount": 1,
"payToken": "MP22122828061160596F8A461518",
"txnid": "MP221228.1536.A13810",
"txnmode": "order1234",
"inittxnmessage": "Paiement e la clientele done.The devrez confirmer le paiement en saisissant son code PIN et vous recevrez alors un SMS. Merci dutiliser des services Orange Money.",
"inittxnstatus": "200",
"confirmtxnstatus": null,
"confirmtxnmessage": null,
"status": "PENDING",
"notifUrl": "xxxxx",
"description": "Commande 12345",
"channelUserMsisdn": "69xxxxxx"
}
},
"paymentstatus": {
"MP22122828061160596F8A461518": {
"message": "Merchant payment successfully initiated",
"data": {
"id": 51696332,
"createtime": "1672238140",
"subscriberMsisdn": "69xxxxxx",
"amount": 1,
"payToken": "MP22122828061160596F8A461518",
"txnid": "MP221228.1536.A13810",
"txnmode": "order1234",
"inittxnmessage": "Paiement e la clientele done.The devrez confirmer le paiement en saisissant son code PIN et vous recevrez alors un SMS. Merci dutiliser des services Orange Money.",
"inittxnstatus": "200",
"confirmtxnstatus": null,
"confirmtxnmessage": null,
"status": "SUCCESSFULL",
"notifUrl": "xxxxx",
"description": "Commande 12345",
"channelUserMsisdn": "69xxxxxx"
}
}
}
}
}
}
}