Authorization: Bearer ********************curl --location --request GET 'https://v1.dev.bukalombok.com/v1/superadmin/management/finance/bank/settings/294dd7c5-6c36-403a-b346-210e9cde4248' \
--header 'Authorization: Bearer <token>'{
"meta": {
"success": true,
"status": 200,
"message": "Detail bank berhasil diambil"
},
"data": {
"id": "294dd7c5-6c36-403a-b346-210e9cde4248",
"channelCode": "ID_SHOPEEPAY",
"channelType": "EWALLET",
"channelName": "ShopeePay",
"currencies": "IDR",
"maxAmount": "20000000",
"minAmount": "1",
"FlightTime": 15,
"isActive": true,
"createdAt": "2025-11-27T10:54:39.138Z",
"updatedAt": "2025-11-27T10:54:39.138Z",
"statistics": {
"totalAccounts": 0,
"recentAccounts": 0
},
"recentAccounts": []
}
}