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

Edit Status Rekening

Testing
PATCH
/store/bankaccounts/status
BosOnline/Rekening
Endpoint ini digunakan untuk mengubah status aktif/nonaktif rekening owner.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/store/bankaccounts/status' \
--header 'Content-Type: application/json' \
--data-raw '{
    "status": 1,
    "account_number": ["188888888888","9918721312341"]
}'
Response Response Example
200 - Success
{
    "message": "Rekening has been successfully saved."
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
status
integer 
required
account_number
array[string]
required
Examples

Responses

🟢200OK
application/json
Body
message
string 
required
🟠404Record not found
🔴503Service Unavailable
🟠400Invalid input
Modified at 2025-06-24 01:41:15
Previous
Delete Rekening
Next
List Voucher
Built with