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

Bank List

Testing
GET
/store/bank
Endpoint ini digunakan untuk menampilkan dropdown filter data bank yang ada di halaman rekening.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/bank'
Response Response Example
200 - Success
{
    "data": [
        {
            "id": 1,
            "name": "Bank BCA",
            "code": "BCA"
        },
        {
            "id": 2,
            "name": "Bank BNI",
            "code": "BNI"
        },
        {
            "id": 3,
            "name": "Bank BRI",
            "code": "BRI"
        }
    ]
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body
data
array [object {3}] 
required
id
integer 
required
name
string 
required
code
string 
required
🔴503Service Unavailable
🟠404Record not found
Modified at 2025-06-24 01:40:54
Previous
Edit Status Staff
Next
Get Rekening List
Built with