bosOnline
  1. Rekening
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Order List
      • Confirm Payment
      • Update Payment Method
      • Update Pengiriman Kurir
      • Update Status Order
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
        GET
      • Get Rekening List
        GET
      • Rekening Detail
        GET
      • Create Rekening
        POST
      • Edit Rekening
        PUT
      • Delete Rekening
        DELETE
      • Edit Status Rekening
        PATCH
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Rekening

Get Rekening List

Testing
GET
/store/bankaccounts
Endpoint ini digunakan untuk menampilkan list data rekening.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/bankaccounts?code&category=account_number&Keyword&start=0&limit=10&sort_by=created_at&sor_dir=desc'
Response Response Example
200 - Success
{
    "data": [
        {
            "id": 3,
            "account_name": "Mohammad Alfian",
            "account_number": "1789173192",
            "bank_name": "BNI",
            "status": 1
        }
    ],
    "total": 1
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
code
string 
optional
category
string 
optional
account_number,account_name,status
Example:
account_number
Keyword
string 
optional
start
string 
optional
Example:
0
limit
string 
optional
Example:
10
sort_by
string 
optional
Example:
created_at
sor_dir
string 
optional
Example:
desc

Responses

🟢200Success
application/json
Body
data
array [object {5}] 
required
id
integer 
optional
account_name
string 
optional
account_number
string 
optional
bank_name
string 
optional
status
integer 
optional
total
integer 
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-24 01:40:57
Previous
Bank List
Next
Rekening Detail
Built with