-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponse.json
More file actions
46 lines (46 loc) · 991 Bytes
/
Copy pathresponse.json
File metadata and controls
46 lines (46 loc) · 991 Bytes
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
{
"200": {
"description": "200 Ok",
"data": {
"status": true,
"message": "Managed accounts successfully retrieved",
"data": [
{
"customer": {
"id": 1530104,
"first_name": "yinka",
"last_name": "Ojo",
"email": "hello@company.co",
"customer_code": "CUS_dy1r7ts03zixbq5",
"phone": "08154239386",
"risk_action": "default",
"international_format_phone": null
},
"bank": {
"name": "Paystack-Titan",
"id": 629,
"slug": "titan-paystack"
},
"id": 173,
"account_name": "KAROKART/A YINKA",
"account_number": "9930020212",
"created_at": "2019-12-09T13:31:38.000Z",
"updated_at": "2020-06-11T14:04:28.000Z",
"currency": "NGN",
"split_config": {
"subaccount": "ACCT_xdrne0tcvr5jkei"
},
"active": true,
"assigned": true
}
],
"meta": {
"total": 1,
"skipped": 0,
"perPage": 50,
"page": 1,
"pageCount": 1
}
}
}
}