-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaytient_takehome.postman_collection.json
64 lines (64 loc) · 1.35 KB
/
paytient_takehome.postman_collection.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
{
"info": {
"_postman_id": "9221724a-e651-4011-ae91-d75ab1b924ce",
"name": "paytient_takehome",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:8080/transaction/one-time-payment?paymentUUID=ee41d33a-3e83-4d0c-bc33-2bfd2a957a4b&paymentAmount=500.00",
"request": {
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "69b705b7-1a11-48bc-a92b-2354a046c8da",
"type": "text"
}
],
"url": {
"raw": "http://localhost:8080/transaction/one-time-payment?paymentUUID=ee41d33a-3e83-4d0c-bc33-2bfd2a957a4b&paymentAmount=500.00",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"transaction",
"one-time-payment"
],
"query": [
{
"key": "paymentUUID",
"value": "ee41d33a-3e83-4d0c-bc33-2bfd2a957a4b"
},
{
"key": "paymentAmount",
"value": "500.00"
}
]
}
},
"response": []
},
{
"name": "http://localhost:8080/user/create-user",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://localhost:8080/create",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"create"
]
}
},
"response": []
}
]
}