-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponse.json
More file actions
38 lines (38 loc) · 910 Bytes
/
Copy pathresponse.json
File metadata and controls
38 lines (38 loc) · 910 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
{
"200": {
"description": "200 Ok",
"data": {
"status": true,
"message": "Managed account successfully retrieved",
"data": {
"customer": {
"id": 42200598,
"first_name": "Rose",
"last_name": "Sharon",
"email": "rose@sharon.com",
"customer_code": "CUS_lfq5hi7rsnub7gl",
"phone": "8091234650",
"metadata": {
"calling_code": "+234"
},
"risk_action": "default",
"international_format_phone": null
},
"bank": {
"name": "Paystack-Titan",
"id": 629,
"slug": "titan-paystack"
},
"id": 1234553,
"account_name": "BOOMBOOMINDUS/Sharon Rose",
"account_number": "1234709987",
"created_at": "2021-02-13T00:29:50.000Z",
"updated_at": "2021-03-30T10:03:54.000Z",
"currency": "NGN",
"split_config": "{\"subaccount\":\"ACCT_f651f39t7x9a9c6\"}",
"active": true,
"assigned": true
}
}
}
}