Create Rekening
Deprecated
POST
/store/bankaccounts
BosOnline/Rekening
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/bankaccounts' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_code": "BNI",
"account_name": "Mohammad Alfian",
"account_number": "1789173192"
}'
Response Response Example
200 - Success
{
"message": "Bank has been successfully saved."
}
Request
Body Params application/json
Responses
Modified at 2025-06-19 10:12:09