-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathresponse.json
More file actions
42 lines (42 loc) · 1002 Bytes
/
Copy pathresponse.json
File metadata and controls
42 lines (42 loc) · 1002 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
{
"200": {
"description": "200 Ok",
"data": {
"status": true,
"message": "NUBAN successfully created",
"data": {
"bank": {
"name": "Paystack-Titan",
"id": 629,
"slug": "titan-paystack"
},
"account_name": "KAROKART / RHODA CHURCH",
"account_number": "9930000737",
"assigned": true,
"currency": "NGN",
"metadata": null,
"active": true,
"id": 253,
"created_at": "2019-12-12T12:39:04.000Z",
"updated_at": "2020-01-06T15:51:24.000Z",
"assignment": {
"integration": 100043,
"assignee_id": 7454289,
"assignee_type": "Customer",
"expired": false,
"account_type": "PAY-WITH-TRANSFER-RECURRING",
"assigned_at": "2020-01-06T15:51:24.764Z"
},
"customer": {
"id": 7454289,
"first_name": "RHODA",
"last_name": "CHURCH",
"email": "rhodachurch@email.com",
"customer_code": "CUS_kpb3qj71u1m0rw8",
"phone": "+2349053267565",
"risk_action": "default"
}
}
}
}
}