-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mockapi.yml
58 lines (53 loc) · 1.38 KB
/
.mockapi.yml
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
version: 0.0.1
dbFile: .mockapi.db.json
dbDataPath: /
apiRoutePrefix: /api/cinetpay
routes:
get:
- /finalizepayment/5df64dd9c5447739327eb88e1e4ea0ac015555cc262ea308c91acbd4e5c8fb95f4bd0bd7cad877a452f877fa6f51fe74184d00a84ab7f9
- /transfer/check/money
post:
- path: /auth/login
restrictedBody: true
bodyFields:
apikey: true
password: true
- path: /transfer/contact
restrictedBody: true
bodyFields:
data: true
- path: /transfer/money/send/contact
restrictedBody: true
bodyFields:
data: true
notify_url: true
scheduleNotification:
followProp: notify_url
timeoutInSecond: 120
notificationMethod: POST
postDataPath: /notifications/cash_out
- path: /payment
restrictedBody: true
bodyFields:
apikey: true
site_id: true
transaction_id: true
amount: true
currency: true
description: true
notify_url: true
return_url: true
channels: true
lang: true
metadata: true
scheduleNotification:
followProp: notify_url
timeoutInSecond: 120
notificationMethod: POST
postDataPath: /notifications/cash_in
- path: /payment/check
restrictedBody: true
bodyFields:
apikey: true
site_id: true
transaction_id: true