0% found this document useful (0 votes)
61 views

Document API

The document outlines various API endpoints, controllers, request bodies, and return values for an authentication system. It includes endpoints for login, logout, password changes, and retrieving customer credentials. The controllers support common authentication operations and customer profile management through CRUD operations on various data models. Request bodies and return values involve authentication payloads like usernames, passwords, and customer details along with configuration parameters for password policies.

Uploaded by

forando
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views

Document API

The document outlines various API endpoints, controllers, request bodies, and return values for an authentication system. It includes endpoints for login, logout, password changes, and retrieving customer credentials. The controllers support common authentication operations and customer profile management through CRUD operations on various data models. Request bodies and return values involve authentication payloads like usernames, passwords, and customer details along with configuration parameters for password policies.

Uploaded by

forando
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 126

Controller API ACTION

AccesLogController

AuditController (@GET)

(@POST)
AuthController

(@GET)
(@Patch)

CustomerController (@POST)

(@GET)

CustomerCredentialController (@GET)

(@PATH)

(@POST)

FingerPrintController (@POST)

PwdParamController (@POST)
(@PUT)

(@PUT)
(@GET)

(@DELETE)
(@POST)

SystemParamController (@POST)
(@PUT)

(@GET)

(@DELETE)
URL CLASS NAME

/api/v1/accessLog/deviceId /deviceId AccesLogController

/api/v1/audit/customerCredential AuditController
/api/v1/audit/customerCredential/customerCredential/{id}/id

/api/v1/login AuthController

/api/v1/login-phone

/api/v1/logout
/api/v1/changePwd

/api/v1/setPwd

/api/v1/setPwdByPhone

/api/v1/historyPwd
/api/v1/setForceChangePassword

/api/v1/validatePinTrx CustomerController

/api/v1/changePinTrx

/api/v1/setPinTrx

/api/v1/checkStatus

/api/v1/customer-credential CustomerCredentialController

api/v1/customer-credential/byDeviceId

/api/v1/customer-credential-phone
/api/v1/login-info

/api/v1/checkFreeze
/api/v1/customer-credential/change-device
/api/v1/patchDeviceId

/api/v1

/api/v1/checkFreeze
/api/v1/encrypt

/api/v1/generateFinger FingerPrintController
/api/v1/clearFinger
/api/v1/pwdParam/@PostMapping PwdParamController
/api/v1/pwdParam/@PutMapping

/api/v1/pwdParam/{id}
/api/v1/pwdParam/enabled/{id}
/api/v1/pwdParam/enabled

/api/v1/pwdParam/id/id
/api/v1/pwdParam/validationPwd
/api/v1/pwdParam/strengthCheck

/api/v1/sysParam/ SystemParamController
/api/v1/sysParam
/api/v1/enabled/{id}/id
/api/v1/sysParam/{id}id
/api/v1/enabled
/api/v1/sysParam/{id}/id
HEADERS BODY FIELD BODY

Id
deviceId
method
requestUri
LocalDateTime accessDate
Id
nik
deviceId
password
phone Number
pinTransaction
accountNumber
status
fingerprintFlag
fingerprintCode
forceChangePassword
freezeFlag
totalIncorrectPassword
totalIncorrectPinTrx
pwd
fingerCode
("X-Device-ID") String deviceId customerLogin phoneNumber
fingerCode
phoneNumber
("X-Device-ID") String deviceId customerLogin, pwd
fingerCode
phoneNumber
("X-Device-ID") String deviceId
("X-Device-ID") String deviceId ChangePasswordDTO currentPwd
newPwd
("X-Device-ID") String deviceId CustomerLogin pwd
fingerCode
phoneNumber
("X-Device-ID") String deviceId CustomerLogin pwd
fingerCode
phoneNumber
("X-Device-ID") String deviceId Id
nik
deviceId
password
phone Number
pinTransaction
accountNumber
status
fingerprintFlag
fingerprintCode
forceChangePassword
freezeFlag
totalIncorrectPassword
totalIncorrectPinTrx
 RequestParam boolean forceChangePassword,
forceChangePassword
 RequestParam(required = false) String
nik nik

ValidatePinTrxDTO nik
pinTrx
accountNumber
("X-Device-ID") String deviceId ChangePinTrxDTO currentPinTrx
pinTransaction
("X-Device-ID") String deviceId PinTrxDTO newPinTrx
pinTrx

("X-Device-ID") String deviceId

dentialController RequestParam String nik


RequestParam String deviceId nik
RequestParam String phoneNumbdeviceId
RequestParam String deviceId phoneNumber
deviceId
RequestParam String phoneNumber
phoneNumber

("X-Device-ID") String deviceId


("X-Device-ID") String deviceId Map<String, String> map
String newDeviceId RequestParam String oldDeviceId
("X-Device-ID") String deviceId CustomerLogin
deviceId
pwd
fingerCode
("X-Device-ID") String deviceId CheckFreezeDto phoneNumber
RequestParam String message BigDecimal(scala, precision, strin
message

("X-Device-ID") String deviceId


("X-Device-ID") String deviceId
PwdParam
id
minimumPasswordLength
maximumPasswordLength
minimumUpperCaseLetterInPassword
minimumLowerCaseLetterInPassword
minimumNumericInPassword
maximumPasswordHistory
maximumIncorrectPassword
maximumIncorrectPinTrx=3
aximumUserIdleTimeOut
symbolRequired = false
PwdParam
String id
Integer minimumPasswordLength
maximumPasswordLength
minimumUpperCaseLetterInPassword
minimumLowerCaseLetterInPassword
minimumNumericInPassword
maximumPasswordHistory
maximumIncorrectPassword
maximumIncorrectPinTrx=3
aximumUserIdleTimeOut
symbolRequired = false

RequestParam String pwd


RequestParam String pwd pwd
pwd
Return Value FIELD RETURN VALUE Deskripsi

customerCredential auditController return customerCredential id

customerCredential

customerCredential

customerCredential

customerCredential

historyPassword id, custimerCredentialId, password, createDate


jika nik kosongi maka forceChangePasswo harus diinput

HttpStatus(response)

customerCredential

ok(result) deviceid
nik
phoneNumber
ok(resultOptional) deviceId

ok(result) deviceId
nik
phoneNumber

customerCredential
ok(cred) customerCredential

HttpsStatus(respon)

CryptographyUtils.encryptMessageplainText

etterInPassword
etterInPassword
wordLength

etterInPassword
etterInPassword

pwd
message
asswo harus diinput
Controller API ACTION

AccountProfileController

(@GET)

(@POST)

AccountTypeParamController (@GET)
(@POST)

(@PUT)

CardProfileController

(@POST)

(@GET)
FavoritTransferController

(@GET)
(@GET)

(@POST)

JaversAuditController
(@GET)
ProductController
(@GET)

(@POST)
ProfileController

(@GET)

(@POST)
(@PUT)
URL CLASS NAME HEADERS

/api/v1.0/account-profile AccountProfileController

/api/v1.0/account-profile/get-account-by-nik
/api/v1.0/account-profile/find-account-by-nik

/api/v1.0/account-profile/all-account
/api/v1.0/account-profile/quota/{nik}/nik
/api/v1.0/account-profile/save

/api/v1.0/account-profile/update

api/v1.0/account-type-param/({categoryProduct}/categoryProduct AccountTypeParamController
api/v1.0/account-type-param

api/v1.0/account-type-param/categoryProduct}/categoryProduct

/api/v1.0/card-profile/save CardProfileController

/api/v1.0/card-profile/update

/api/v1.0/card-profile/create-type

/api/v1.0/card-profile/update-type

/api/v1.0/card-profile/delete-type

/api/v1.0/card-profile/class-code
/api/v1.0/card-profile/card-no
/api/v1.0/favorit/transfer/all FavoritTransferController
/api/v1.0/favorit/transfer/allsourceno
/api/v1.0/favorit/transfer/bytype

/api/v1.0/favorit/transfer/save
/api/v1.0/favorit/transfer/update
/api/v1.0/favorit/transfer/delete
/api/v1/audit/cardProfile JaversAuditController
/api/v1/audit/cardProfile/{id}/id
/api/v1.0/product/ ProductController

/api/v1.0/product/client
/api/v1.0/product/save
/api/v1.0/product

/api/v1.0/card ProfileController

/api/v1.0/card/allAccount
/api/v1.0/card/{nik}/nik/nik
/api/v1.0/{accountNumber}/account-number/accountNumber
/api/v1.0/card/resubmit-pigeon
/api/v1.0/card/validateCardNo

/api/v1.0/card/limit
BODY FIELD BODY

RequestParam(required = false) String nik nik


RequestParam(required = false) String main main
RequestParam(required = false) String nik nik
RequestParam(required = true) String nik nik
RequestParam(required = true) String accountNumber accountNumber

AccountProfile id
nik
accounts
accountName
accountType
accountTypeDescription
accountStatus
accountStatusDescription
planAllowDebitInHouse
planAllowInquiry
planAllowDebitDomestic
 planCode
planName
productName
productDescription
cardNumber
categoryProduct
balance
digitSign
 AccountProfile id
nik
accounts
accountName
accountType
accountTypeDescription
accountStatus
accountStatusDescription
planAllowDebitInHouse
planAllowInquiry
planAllowDebitDomestic
planCode
planName
productName
productDescription
cardNumber
categoryProduct
balance
digitSign
AccountTypeParam id
categoryProduct
quota
quotaEnabled = true
AccountTypeParamUpdateRequest quota
quotaEnabled = true
CardProfile id
classCode
maxIbftPerTrans
limitOnUs
limitWd
limitPayment
limitPurchase
classDescription
limitIbft
cardName
status
cardReplaceFee
cardTypeId
cardTypeName
cardTypeDescription
cardTypeImageUrl
CardProfileUpdateRequest Id
cardName
cardReplaceFee
status
CardProfileTypeRequest cardProfileId
cardTypeId
cardTypeName
cardTypeDescription
cardTypeImageUrl
cardProfileTypeRequest cardProfileId
cardTypeId
cardTypeName
cardTypeDescription
cardTypeImageUrl
cardProfileTypeRequest cardProfileId
cardTypeId
cardTypeName
cardTypeDescription
cardTypeImageUrl
RequestParam String classCode classCode
RequestParam List<String> cardNumbers cardNumbers

RequestParam("cardNo") String cardNo cardNo


RequestParam("sourceNo") String sourceN sourceNo
RequestParam(required = false) Integer page page
RequestParam(required = false) Integer size size
RequestParam("cardNo") String cardNo cardNo
RequestParam("sourceNo") String sourceNo sourceNo
RequestParam("type") String type type
RequestParam(required = false) Integer page page
RequestParam(required = false) Integer size) size
Map<String, Object> map)
Map<String, Object> map)
Map<String, Object> map)

RequestParam(required = false) String categoryProduct categoryProduct


RequestParam(required = false) String enable enable
RequestParam(required = false) String categoryProduct categoryProduct
Product req Id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
enable = false
ProductUpdateRequest req Id
kodePlan
namaPlan
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
productName
productDescription
productImageUrl
categoryProduct
enable

RequestParam(required = false) String nik nik


RequestParam(required = false) String cardNo cardNo
RequestParam(required = false) String cardFlag cardFlag
RequestParam(required = false, defaultValue = "false") boo shortImageName

RequestParam String nik nik


ValidateCardNo nik
cardNo
CardLimitDTO cardNo
maxIbftPerTrans
limitOnUs
limitWd
limitPayment
limitPurchase
limitIbft
RETURN FIELD RETURN DESKRIPSI
return ok().body(cardProfiles)cardNo, classCode, maxIbftPerTrans, limitOnUs, limitWd, limitPayment, limitPurchase, classDesc
return status(https)
return status(https)
return status(https)
profile.class Id, nik, classCode, cardDesign, cardNo, nameOnCard, accountNumber, postalAddress, rt, rw, kelu
id, profile.class id
return service.findByCriteria categoryProduct
id, kodePlan, kodeAplikasi, balType, namaPlan, currency, outgoing, continueFlag, minimumSaldo

return service.save(req) product req


return service.update(req) ProductUpdateRequest req

return ok(cardProfiles); id, nik, classCode, cardDesign, cardNo, nameOnCard, accountNumber, postalAddress, rt, rw, kelu

return ok(allAccountDTOS) nik, accountNumber

return ok(service.findByAcc accountNumber

return ok().body(profiles) Id, nik, classCode, cardDesign, cardNo, nameOnCard, accountNumber, postalAddress, rt, rw, kelu
, limitPurchase, classDescription, limitIbft, cardName, cardDescription, cardImageUrl
postalAddress, rt, rw, kelurahan, kecamatan, kabupatenKota, provinsi, kodepos, cardFlag, imageNameAlias, status, mainCard = true, maxIb

tinueFlag, minimumSaldo, biayaAdministrasi, minimumSetoranAwal, minimumSetoranSelanjutnya, fieldRate1, fieldRate2, fieldRate3, field


postalAddress, rt, rw, kelurahan, kecamatan, kabupatenKota, provinsi, kodepos, cardFlag, imageNameAlias, status, mainCard, maxIbftPerT

postalAddress, rt, rw, kelurahan, kecamatan, kabupatenKota, provinsi, kodepos, cardFlag, imageNameAlias, status, mainCard = true, maxIb
us, mainCard = true, maxIbftPerTrans, limitOnUs, limitWd, limitPayment, limitPurchase, limitIbft

eldRate2, fieldRate3, fieldRate4, fieldRate5, fieldRate6, fieldRate7, fieldRate8, fieldRate9, fieldSaldo1, fieldSaldo2, fieldSaldo3, fieldSaldo4
us, mainCard, maxIbftPerTrans, limitOnUs, limitWd, limitPayment, limitPurchase, limitIbft

us, mainCard = true, maxIbftPerTrans, limitOnUs, limitWd, limitPayment, limitPurchase, limitIbft


2, fieldSaldo3, fieldSaldo4, fieldSaldo5, fieldSaldo6, fieldSaldo7, fieldSaldo8, fieldSaldo9, productName, productDescription, productImage
Description, productImageUrl, categoryProduct, enable = false
Controller API ACTION

PIGEON V-LINK

DefaultController

(@POST)

DefaultInquiryController

(@POST)

MasterdataController
(@GET)
(@GET)

(@POST)

(@PUT)

(@DELETE)
PlanInquiryParamController (@POST)

VlinkAccountController

(@POST)

(@GET)

VlinkCardController

(@POST)
(@PUT)

(@GET)

VlinkCardsController
VlinkCustomerController
(@POST)

(@PUT)
(@GET)
(@GET)

VlinkMessageController

(@GET)

(@PUT)

VlinkProductsController

VlinkTransactionController
(@POST)

(@GET)
URL CLASS NAME HEADER

/apiv1/* * DefaultController

/apiv1/CUSTOMER-REGISTRATION
/apiv1/ACCOUNT-REGISTRATION
/apiv1/PIN-VERIFY
/apiv1/PIN-VERIFY-CIF-RESPONSE
/apiv1/PIN-CHANGE
/apiv1/CARD-GENERATE
/apiv1/CARD-ACTIVATION
/apiv1/CARD-BROKEN
/apiv1/CARD-BLOCKED
/apiv1/CARD-STATUS
/apiv1/ADDRESS-UPDATE
/apiv1/BALANCE
/apiv1/BALANCE-DETAILS
/apiv1/INQUIRY-ACCOUNT-BY-CIF
/apiv1/INQUIRY-LOAN-ACCOUNT
/apiv1/INQUIRY-DEPOSIT-ACCOUNT
/apiv1/TRANSACTION-HISTORY
/apiv1/LAST-TRANSACTION-HISTORY
/apiv1/SKN
/apiv1/RTGS
/apiv1/OVERBOOKING
/apiv1/UPDATE-CIF
/apiv1/DETAIL-CIF
/apiv2/inquiry DefaultInquiryController

/master/defaultParam MasterdataController
/master/defaultParam/id/id
/master/channel
/master/channel/id/id
/master/defaultParamList

/master/defaultParam

/master/channelList

/master/channel

/master/defaultParam

/master/channel

/master/defaultParam/id/id
/master/channel/id/id
apiv1/planInquiryParam PlanInquiryParamController

/api-v2/account VlinkAccountController

/api-v2/account

/api-v2/account/sourceNumber/balance/sourceNumber
/api-v2/account/{sourceNumber}/balanceDetail/sourceNumber

/api-v2/card VlinkCardController

/api-v2/card/pin
/api-v2/card/address

/api-v2/card/limit

/api-v2/card/pin

/api-v2/card
/api-v2/card/limit

/api-v2/cards VlinkCardsController
/api/v2/customer VlinkCustomerController
/api/v2/customer/v2
/api/v2/customer/riskProfiles

/api/v2/customer
/api/v2/customer
apiv1/vlinkMessage VlinkMessageController

apiv1/vlinkMessage/failedRequest
apiv1/vlinkMessage/failedRequest/paging

apiv1/vlinkMessage/statusPosting

/api-v2/products/@PostMapping VlinkProductsController

/api-v2/transaction VlinkTransactionController

/api-v2/products
BODY FIELD BODY

ISOMsg fieldNumber
maxField
dirty
direction
maxFieldDirty
header
trailer
RequestParam(required = false) String channel id
name
muxName
nik

ISOMsg fieldNumber
RequestParam String channel maxField
dirty
direction
maxFieldDirty
header
trailer
id
name
muxName
RequestParam(name = "name", required = false) Str name
RequestParam(name = "name", required = false) Stri name

defaultParamList Id
propertyName
propertyValue
DefaultParam Id
propertyName
propertyValue
channelList Id
name
muxName
Channel Id
name
muxName
DefaultParam Id
propertyName
propertyValue
Channel Id
name
muxName

PlanInquiryParam Id
kodeAplikasi
kodeCabang
active
AccountRegistrationDTO cif
kodePlan
kodeAplikasi
addressKey
branchCode
mainAccount
workstationId
userId
RequestParam(required = false) String cicif
RequestParam(required = false) InquiryAccountType type
RequestParam(required = false) String accountNumbaccountNumber
RequestParam(required = false) String totalRequest totalRequest
RequestParam(required = false) String currency currency

RequestParam(required = false) CardAction action CardAction


Map<String, Object> map
RequestParam(required = false) PinVerifyField field CIF
PinVerifyDTO cardNo
pin
addressUpdateDTO cardNo
jenisPerubahan
kodeAplikasi
accountNumber
kodeKepemilikanRumah
alamat
kelurahan
kecamatan
rt
rw
kabupatenKota
provinsi
kodepos
kodeBIDatiDua
RequestParam(required = false) String cardNo cardNo
LimitUpdateDTO ref
personalLimitWd
personalLimitPayment
personalLimitOnUs
personalLimitIbft
personalLimitPurchase
personalMaxIbftPerTrans
pinChangeDTO cardNo
newPin
RequestParam String cardNo cardNo
RequestParam String cardNo cardNo
RequestParam String sourceNumber sourceNumber

Map<String, Object> mapReq


customerRegistrationDTO applicationCode
mapReq branchCode
planCode
updateCIFDTO identityNumber
customerName
dateOfBirth
maritalStatus
placeOfBirth
gender
phoneNumber
email
idAddress
idSubDistrict
idDistrict
idRt
idRw
idCity
idProvince
idPostalCode
idBiCode
motherName
openingIntent
address
subDistrict
district
rt
rw
city
province
postalCode
bitCodeoccupationCode
sourceIncome
annualIncome
company
companyField
companyAddress
companyPostalCode
companyPhoneNumber
religion
npwp
education
transactionActivity
kodeKepemilikanRumah
flagForce
workstationId
userId
cif
customerApplicationCode
accountNumber
cardNo
RiskProfileDTO cardNo
resikoIdentitas
resikoLokasiUsaha
resikoProfil
resikoJumlahTransaksi
resikoKegiatanUsaha
resikoStrukturKepemilikan
resikoInformasiLainnya;
resikoProdukDanJasa
UpdateCIFDTO cif
nik
customerName
dateOfBirth
religion
maritalStatus
placeOfBirth
gender
phoneNumber
email
ktpAddress
ktpKelurahan
ktpKecamatan
ktpRt
ktpRw
ktpCity
ktpProvince
ktpPostalCode
ktpDatiDua
npwp
motherName
correspondenceHomeOwnershipCode
PurposeOfDealingWithTheBank
correspondenceAddress
correspondenceKelurahan
correspondenceKecamatan
correspondenceRt
correspondenceRw
correspondenceCity
correspondenceProvince
correspondencePostalCode
correspondenceDatiDua
education
profession
sourceOfIncome
annualIncome
companyName
companyFieldOfBusiness
companyAddress
companyPostalCode
companyPhoneNumber
nominalTransactionActivity
flagForce
workStationId
userId
RequestParam(required = false) String account, account
RequestParam(required = false) String cardNo cardNo
RequestParam(required = false) String nik nik
RequestParam(required = false) String ibIbuKandung
RequestParam(required = false) String tanggalLahir tanggalLahir
RequestParam(required = false) String jenisKelamin jenisKelamin
RequestParam(required = false) String cif cif
RequestParam String ref ref
RequestParam String trace trace

RequestParam(defaultValue = "0") int page page


RequestParam(defaultValue = "3") int size size
VlinkMessageDto ref
trace
featureName
status(SUCCESS, FAILED, POSTING)
PlanInquiryDTO kodeAplikasi
kodeCabang
RequestParam TransactionType type ONUS, RTGS, SKN, LAST_TRA
Map<String, Object> mapReq
TransactionType type ONUS, RTGS, SKN, LAST_TRA
String startDate startDate
String endDate endDate
String account account
String cardNumber cardNumber
String nominal nominal
String currency currency
String destinationAccount destinationAccount
RETURN VALUE FIELD RETURN VALUE DEKSRIPSI
masterdataService.getDefaultParam(iId
masterdataService.getChannelList() Id, name, muxName
masterdataService.getChannelById(idId
masterdataService.updateDefaId, propertyName, propertyValue

masterdataService.setDefaultParam( Id, propertyName, propertyValue

masterdataService.updateChannelList(channelList)

masterdataService.deleteDefaultParaId
masterdataService.deleteChannel(id)Id

ok().body(response) code, locale, message, subErrors, content

return ok().body(response) code, locale, message, subErrors, content


response

response

response

response

response
response

response
omeOwnershipCode
WithTheBank
vlinkMessageDtos (ref, trace, featureName, status(SUCCESS, FAILED, POSTING))

AILED, POSTING)
response

response

response
Controller API ACTION URL
AccountController /api/v1.0/accoun/inquiry-main-savings-account
(@POST)

(@POST) /api/v1.0/accoun/inquiry-sub-savings-account

AuthController /api/v1.0/auth/validateOtp
/api/v1.0/auth/login

/api/v1.0/auth/login-change

/api/v1.0/auth/login-change-atm-verification

(@POST)
/api/v1.0/auth/logout

/api/v1.0/auth/generateFinger
/api/v1.0/auth/clearFinger
/api/v1.0/changePwd

/api/v1.0/setPwd

/api/v1.0/changePinTrx

/api/v1.0/forgotPinTrx

/api/v1.0/forgotPwd
/api/v1.0/pinVerify

BifastController /api/v1.0/bifast/aliasManagement

(@POST)

/api/v1.0/bifast/inquiryProxy

/api/v1.0/bifast/inquiryLimitUser

CanarySysParamController (@GET) /api/v1.0/sys-param


CardController /api/v1.0/card/personal-limit
(@POST)

/api/v1.0/card-profile
/api/v1.0/card-replacement-fee
(@GET)
/api/v1.0/card-profile/card-no
/api/v1.0/card-status
ChannelController /api/v1.0/balance
(@GET)
/api/v1.0/balanceDetails
/api/v1.0/channel/pinVerify
/api/v1.0/transactionHistory
/api/v1.0/lastTransactionHistory
/api/v1.0/cardActivation

/api/v1.0/newAccountRegistration

/api/v1.0/cardBroken

/api/v1.0/cardBlockedPermanent

/api/v1.0/cardBlocked
(@POST)
/api/v1.0/pinChange

/api/v1.0/inquiryAccountByCif

/api/v1.0/inquiryLoanAccount

/api/v1.0/inquiryDepositAccount

CitizenController /api/v1.0/citizen/nik

(@GET)
(@GET)

/api/v1.0/citizen/nik

(@POST)

ContentController /api/v1.0/content/find-other-products
/api/v1.0/content/content-find-product
/api/v1.0/content/content-find-atm2
(@GET)
/api/v1.0/content/debitCardDesigns
/api/v1.0/content/debitCardTypes
/api/v1.0/content/content-find-atm-design2

CustomerController /api/v1.0/customer/status
/api/v1.0/customer/personal

/api/v1.0/customer/address
/api/v1.0/customer/other
(@GET)

/api/v1.0/customer/other

(@POST)
(@POST)

/api/v1.0/customer/fromPhoenix
/api/v1.0/customer/customer-addresses
(@GET)

/api/v1.0/customer/fromOwl
/api/v1.0/customer/personal

/api/v1.0/customer/address

(@POST)

EstatementController /api/v1.0/estatement/""
(@GET)
(@GET)
(@RequestMapping)
/api.v1.0/file/{pdfPath:.+}/pdfPath
FavoriteTransferController /api/v1.0/favorit/transfer/get

(@POST) /api/v1.0/favorit/transfer/save

/api/v1.0/favorit/transfer/update

/api/v1.0/favorit/transfer/remove

GlobalLimitController /api/v1.0/globalLimit
GoogleMapsController /api/v1.0/google-maps/@GetMapping("/address/results")
/api/v1.0/google-maps/@GetMapping("/address/geoloc-results")

/api/v1.0/google-maps/address/geoloc-results/by-latlng
(@GET)
/api/v1.0/google-maps/address/geoloc-results/predictions

IbftController /api/v1.0/ibft/ibftInquiry

/api/v1.0/ibft/ibft

(@POST)
(@POST)

ImageServeController (@GET) /image/{imagePath:.+}/imagePath


MasterMendagriController /api/v1.0/master/@GetMapping("/province")

/api/v1.0/master/province/{id}/id
/api/v1.0/master/regency

/api/v1.0/master/@GetMapping("/regency/{id}")/(@PathVariable String id)/

/api/v1.0/master/@GetMapping("/regency/{provinceId}/province")(@PathVariab

/api/v1.0/master/district

/api/v1.0/master/district/{id}id

/api/v1.0/master/district/{regencyId}/regency/regencyId
(@EGT)

/api/v1.0/master/village

/api/v1.0/master/village/{id}/id

/api/v1.0/master/village/{districtId}/district/districtId

/api/v1.0/master/postalCode
/api/v1.0/master/postalCode/{regencyId}/regencyregencyId

OtpController /api/v1.0/otp/request-user-otp

PasswordValidationControll (@POST) /api/v1.0/password/validation


(@GET) /api/v1.0/password/pwd-param

ProductController /api/v1.0/product/getAll
(@POST)
(@GET) /api/v1.0/product/mainProducts

(@GET) /api/v1.0/product/subProducts
(@POST) /api/v1.0/product/getOtherProducts
(@POST) /api/v1.0/product/getProductDetail
PublicController /api/v1.0/public/version/mobile/find-by-osType

(@GET)

/api/v1.0/public/user

/api/v1.0/app-code

(@POST)
/api/v1.0/password-validation

(@GET) /api/v1.0/debitCardDesigns

/api/v1.0/debitCardTypes
/api/v1.0/mainProducts

(@GET)
(@GET)

/api/v1.0/login-change

/api/v1.0/login-change-atm-verification

(@POST)

/api/v1.1/login
/api/v1.2/otp/postacc
/api/v1.2/requestOtp
(@GET)

/api/v1.2/validateOtp

(@POST)

/api/v1.2/otp

/api/v1.2/schedule
(@GET)

/api/v1.2/setPwd

(@POST)
/api/v1.2/forgotPwd

QRisController /api/v1.0/qris/parseQr
/api/v1.0/refundQr
/api/v1.0/payQr
(@POST)
/api/v1.0/checkStatusQr

ReferenceController /api/v1.0/reference/bankwithcode
/api/v1.0/reference/kliringAndRtgsBank
(@GET) /api/v1.0/reference/bankCode

ScheduleController (@GET) /api/v1.0/schedule/""

SsePushNotificationRestCon (@POST) /api/v1.0/notification/msg


/api/v1.0/notification/subscribe
TracerController (@POST) /api/v1.0/trace

TransactionLogController (@GET) /api/v1.0/transactionLog

TransactionValidationContro (@GET) /api/v1.0/transactionValidation

TransperController (@POST) /api/v1.0/transper/overbooking

/api/v1.0/transper/skn
/api/v1.0/rtgs

/api/v1.0/overbookingInquiry

UserController /api/v1.0/user/" "

/api/v1.0/user/profiles
(@GET)

/api/v1.0/user/getBalance (Unused)

/api/v1.0/user/getAccountBalance

(@POST) /api/v1.0/user/accountBalance
(@GET) /api/v1.0/user/bynik

(@POST) /api/v1.0/user/new

(@POST) /api/v1.0/user/""

(@POST) /api/v1.0/user/scheduleVCExistingCustomer

(@GET) /api/v1.0/user/checkFreeze

UserLimitController (@POST) /api/v1.0/userLimit


(@GET) /api/v1.0/userLimit

(@POST) /api/v1.0/userLimit/validate

VersionController (@GET) /api/v1.0/version/mobile/find-by-osType

WebsocketNotificationRestC (@POST) /api/v1.0/vcall/open

/api/v1.0/vcall/close

api/v1.0/vcall/kafka/openclose
CLASS NAME HEADER BODY FIELD BODY
AccountController X-Device-ID String transferType id
nik
accountName
accountNumber
accountType
accountTypeDescription
accountStatus
accountStatusDescription
planAllowDebitInHouse
planAllowInquiry
planAllowDebitDomestic
planCode
planName
productName
productDescription
cardNumber
categoryProduct
balance
digitSign
X-Device-ID String deviceId id
nik
accountName
accountNumber
accountType
accountTypeDescription
accountStatus
accountStatusDescription
planAllowDebitInHouse
planAllowInquiry
planAllowDebitDomestic
planCode
planName
productName
productDescription
cardNumber
categoryProduct
balance
digitSign

AuthController X-Device-ID  Otp id


integer seq
destination
reference
code
timeCounter
createdDate
deviceId
tryCount
used
status
X-Device-ID map pwd
phoneNumber
fingerCode
id
nik
surel
X-Device-ID map pwd
phoneNumber
fingerCode
id
nik
surel
data pwd
fingerCode
phoneNumber
atmPin
pinTrx
cardNo
X-Device-ID

X-Device-ID  changePwd
Accept-Language newPwd
X-Device-ID ValidatePinTrxForChangePwd currentPwd
nik
pinTrx
accountNumber
X-Device-ID ChangePinTrx pwdSet
Accept-Language, defaultValue="in" newPinTrx
X-Device-ID ForgotPinTrx currentPinTrx
cardNo
pin
newpinTrx
destination
reference
X-Device-ID ValidatePinAtmForgotPwd code
newPwd
cardNo
X-Device-ID PinVerifyRequestDto pinAtm
pin
BifastController X-Device-ID bifastAliasManagementDto cardNo
Accept-Language operationType
proxyType
proxyValue
registrationId
displayName
accountNumber
accountType
accountName
secondIDType
secondIDValue
registrationStatus
X-Device-ID customerId
Accept-Language bifastInquiryRegisCodeDto pinTrx
proxyType
proxyValue
accountNumber
X-Device-ID bifastInquiryLimitUserDto pinTrx
Accept-Language userId
accountNumber
pinTrx

CanarySysParamController X-Device-ID RequestParam("key") String key


CardController X-Device-ID CardLimitDto key
Accept-Language, defaultValue = "in" cardNo
maxIbftPerTrans
limitOnUs
limitWd
limitPayment
limitPurchase
limitIbft
RequestParam String classCodepinTrx
RequestParam String classCodeclassCode
RequestParam List<String> car classCode
Map<String, Object> requestB cardNo
X-Device-ID sourceNumber
currency
cardNo
X-Device-ID
ChannelController X-Device-ID Map<String, Object> map accountNumber
X-Device-ID TransactionRequestDto
sourceNumber
lastRecordPostingDate
lastRecordTraceNo
lastRecordDate
dateTo
dateFrom
X-Device-ID  Map<String, String> map cardNo
X-Device-ID CardActivationDto
cardNo
cvv
pin
X-Device-ID NewAccountRegistrationRequepinTrx
kodePlan
deposit
X-Device-ID CardBrokenDto pinTrx
cardNo
nameOnCard
postalAddress
rt
rw
kelurahan
kecamatan
KabupatenKota
provinsi
kodepos
encryptedPin
pin
X-Device-ID CardBlockedPermanentDto datcardDesign
cardNo
nameOnCard
postalAddress
rt
rw
kelurahan
kecamatan
KabupatenKota
provinsi
kodepos
encryptedPin
pin
cardDesign
CardBlockedDto cardReplaceFee
cardNo
nameOnCard
postalAddress
rt
rw
kelurahan
kecamatan
KabupatenKota
provinsi
kodepos
encryptedPin
pin
cardDesign
X-Device-ID PinChangeRequestDto pin
newPin
cardNo
X-Device-ID accountName
accountType
planAllowDebitInHouse
planAllowInquiry
accountNumber
planAllowDebitDomestic
accountStatusDescription
accountStatus
accountTypeDescription
planName
productName
productDescription
planCode
currency
planAllowCreditDomestic
planAllowCreditInHouse
cardNumber
accountBranch
categoryProduct
balance
digitSign

X-Device-ID InquiryLoanAccountRequestDto requestDto


totalRequest
currency
X-Device-ID InquiryDepositAccountRequestaccountNumber
currency
accountNumber

CitizenController X-Device-ID RequesParam String nik nik


RequestParam String phoneNuphoneNumber
namaLengkap
kabName
noRw
JenisPekerjaan
kecName
noRt
noKel
alamat
noKec
tempatLahir
statusKawin
noProp
namaLengkapIbu
propName
noKab
tanggalLahir
jenisKelamin
kelName
respon

X-Device-ID dto personalAlamat


personalJenisKelamin
personalKecamatan
personalKelurahan
personalKewarganegaraan
personalNama
personalNamaIbuKandung
personalRtRw
personalStatusPerkawinan
personalTanggalLahir
personalTempatLahir
personalKabupaten
personalProvinsi

ContentController X-Device-ID
X-Device-ID codePlan
X-Device-ID
X-Device-ID
X-Device-ID
X-Device-ID classCode
String Type
CustomerController X-Device-ID Map<String, Boolean> map
X-Device-ID CustomerPersonalDto
nama
telepon
surel
placeOfBirth
dateOfBirth
gender
marital
kewarganegaraan
namIbuKandung
Boolean existingCustomer = false
X-Device-ID customerAddressDto pinTrx
address
kodepos
kelName
kecName
kabName
propName
alamatSuratMenyurat
kodePosSuratMenyurat
kelurahanSuratMenyurat
kecamatanSuratMenyurat
kabupatenSuratMenyurat
provinsiSuratMenyurat
X-Device-ID CustomerOtherDto existingCustomer
tujuanPembukaanRekening
sumberDana
frequencyPenarikanDana
jumlahPenarikanDana
frequencySetoranDana
jumlahSetoranDana
pekerjaan
jabatanProfesi
penghasilanKotorTahunan
sumberPendapatanLainnya
keluargaTerdekat
namaKeluargaTerdekat
teleponKeluargaTerdekat
kelurahanKeluargaTerdekat
kecamatanKeluargaTerdekat
alamatKeluargaTerdekat
kodePosKeluargaTerdekat
namaPenyandangDana
profesiPenyandangDana
hubunganPenyandangDana
namaPerusahaan
bidangUsahaPerusahaan
kelurahanPerusahaan
kecamatanPerusahaan
provinsiPerusahaan
kabupatenPerusahaan
teleponPerusahaan
alamatPerusahaan
X-Device-ID customerOtherDto kodePosPerusahaan
tujuanPembukaanRekening
sumberDana
frequencyPenarikanDana
jumlahPenarikanDana
frequencySetoranDana
jumlahSetoranDana
pekerjaan
jabatanProfesi
penghasilanKotorTahunan
sumberPendapatanLainnya
keluargaTerdekat
namaKeluargaTerdekat
teleponKeluargaTerdekat
kelurahanKeluargaTerdekat
kecamatanKeluargaTerdekat
alamatKeluargaTerdekat
kodePosKeluargaTerdekat
namaPenyandangDana
profesiPenyandangDana
hubunganPenyandangDana
namaPerusahaan
bidangUsahaPerusahaan
kelurahanPerusahaan
kecamatanPerusahaan
provinsiPerusahaan
kabupatenPerusahaan
teleponPerusahaan
alamatPerusahaan
X-Device-ID kodePosPerusahaan
X-Device-ID
ktpAddress
mailingAddress
companyAddress
X-Device-ID customerPersonalUpdate
String _id
Id id
Personal personal
CDD cdd
X-Device-ID customerAddressDto String pinTrx
rt
rw
kelName
kecName
kabName
propName
address
kodepos
rtSuratMenyurat
rwSuratMenyurat
kelurahanSuratMenyurat
kecamatanSuratMenyurat
kabupatenSuratMenyurat
provinsiSuratMenyurat
alamatSuratMenyurat
kodePosSuratMenyurat
Boolean existingCustomer
EstatementController X-Device-ID pinTrx
accountNumber
X-Device-ID deviceId
FavoriteTransferController X-Device-ID FavoritTransferRequestDto accountNumber
sourceNumber
RequestParam(required = false)cardNo
RequestParam(required = false)type
RequestParam(required = false)integer page
X-Device-ID Map<String, Object> map integer size
code
X-Device-ID Map<String, Object> map message
code
X-Device-ID Map<String, Object> map message
code
GlobalLimitController RequestParam(required = false)message
GoogleMapsController RequestParam String query key
ddress/geoloc-results") RequestParam String address formatted_address
formatted_address
streetNumber
street
kelurahan
kecamatan
street
city
province
country
ults/by-latlng RequestParam String latlng postalCode
ults/predictions RequestParam String input formatted_address
description

IbftController X-Device-ID RequestParam(required = false) String type


Map<String, Object> map sourceAccountNumber
transactionAmount
nik
deviceId
currency
sourceBank
pan
phoneNumber
transactionAmount
X-Device-ID dto transactionFee
destinationAccountNumber
destinationBank
sourceAccountNumber
transactionAmount
transactionDetails
sourceAccountName
destinationAccountName
transactionFee
reffNumber
pinTrx
nik
deviceId
sourceBank
currency
pan
phoneNumber
ImageServeController originTrxAmount
MasterMendagriController
id
name
id
id
name
y/{id}")/(@PathVariable String id)/ regencyId
id
name
y/{provinceId}/province")(@PathVariable String provinceId) regencyId
id
name
id
name
regencyId
id
name
ncy/regencyId regencyId
id
name
regencyId
id
districtId
name
postalCode
id
districtId
name
postalCode
id
name
regencyId
regencyregencyId postalCode
id
name
regencyId
OtpController X-Device-ID postalCode
phoneNumber
PasswordValidationControllX-Device-ID mapBody
X-Device-ID pwd(password)
id
int minimumPasswordLength
int maximumPasswordLength
minimumUpperCaseLetterInPassword
minimumLowerCaseLetterInPassword
minimumNumericInPassword
maximumPasswordHistory
maximumIncorrectPassword
maximumUserIdleTimeOut
symbolRequirred =false
ProductController X-Device-ID RequestParam(required = false)boolean enabled = false
id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
X-Device-ID Product boolean enable
X-Device-ID id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
product boolean enable
id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
Product boolean enable
id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
chipProductRequestDto boolean enable
PublicController osType planCode
id
versionNumber
versionCodeMajor
versionCodeMinor
versionCodePatch
X-Firebase-ID data versionName
X-Device-ID deviceId
X-Device-ID AppCode
id
deviceId
X-Device-ID mapBody code
Accept-Language, defaultValue = "in" pwd(password)
X-device-ID
classCode
maxIbftPerTrans
limitWd
limitPayment
limitPurchase
classDescription
limitIbft
cardName
status="INACTIVE"
cardImageUrl
cardReplaceFee
cardTypeName
cardTypeDescription
X-device-ID RequestParam String classCodecardTypeImageUrl
X-device-ID product classCode
id
kodePlan
kodeAplikasi
balType
namaPlan
currency
outgoing
continueFlag
minimumSaldo
biayaAdministrasi
minimumSetoranAwal
minimumSetoranSelanjutnya
fieldRate1
fieldRate2
fieldRate3
fieldRate4
fieldRate5
fieldRate6
fieldRate7
fieldRate8
fieldRate9
fieldSaldo1
fieldSaldo2
fieldSaldo3
fieldSaldo4
fieldSaldo5
fieldSaldo6
fieldSaldo7
fieldSaldo8
fieldSaldo9
productName
productDescription
productImageUrl
categoryProduct
Map<String, Object> map boolean enable
phoneNumber
X-Device-ID RequestParam(required = false)password
data
pwd(password)
fingerCode
phoneNumber
atmPin
pinTrx
X-device-ID Map<String, Object> map cardNo
X-device-ID Map<String, Object> map pwd(password)
X-Firebase-ID id
int seq
destination
reference
code(min=6,max-6)
int timeCounter
createDate
deviceId
int tryCount
Int used
X-device-Id status
fingerprintFlag
code
X-device-Id otp message
id
int seq
destination
reference
code(min=6,max-6)
int timeCounter
createDate
deviceId
int tryCount
Int used
X-Device-ID Map<String, Object> map status
X-Firebase-ID RequestParam(required = false)seq
accType
accValue
X-Device-Id destination
id
key
X-Device-Id validatePinTrx int value
value = "Accept-Language", required = false, defaultValue nik(min and max=16)
pinTrx
accountNumber(min, max =11)
X-Device-Id pwdSet
newPwd
cardNo
QRisController X-Device-ID Map<String, Object> map pinAtm
Map<String, Object> map
X-Device-ID Map<String, Object> map
pinTrx
id
X-Device-ID Map<String, Object> map nik
pinTrx
nik
ReferenceController X-Device-ID
X-Device-ID
X-Device-ID
XKNAME
XKMBID
ScheduleController X-Device-ID IBFTCOD
id
key
SsePushNotificationRestController Map<String, Object> map int value
type
producer
timestamp
roomId
deviceId
TracerController RequestParam("deviceId") StrinnotificationType
X-Device-ID Map<String,String> deviceTracer
nik
deviceId
ipAddress
macAddress
longitude
latitude
timestamp
TransactionLogController X-Device-ID nik
deviceId
transactionDate
int status
mes
code
trxType
traceNumber
reffNumber
Map<String, String> data;
RequestParam String trxType code
message
TransperController X-Device-ID RequestParam String jenisTranberita
destinationNumber
sourceNumber
currency
nominal
ref
cardNo
pin
trxOnUsIdr
trxOnCifIdr
X-Device-ID SknRequestDto flagResidenceCreditur
ref
accountTo
clearingCode
branchCode
provinceCode
cityCode
typeOfBusiness
digitSign
flagResidenceDebitur
flagWargaNegara
description
ultimateBenefitciaryName
destinationBankCode
sourceNumber
currency
nominal
cardNo
pin
typeOfbBeneficiary
transactionFee
destinationBankMembername
X-Device-ID rtgsRequestDto addressBeneficiary3
ref
addressBeneficiary2
addressBeneficiary1
accountTo
destinationBankBranchName
destinationBankName
destinationBankBranchName
flagResidenceDebitur
flagWargaNegara
description
ultimateBenefitciaryName
destinationBankCode
sourceNumber
currency
nominal
cardNo
pin
typeOfbBeneficiary
transactionFee
X-Device-ID OverBookingInquiryRequestDt destinationNumber
sourceNumber
currency
nominal
cardNo
pin
UserController X-Device-ID data id
X-Firebase-ID nik
password
deviceId
phoneNumber
pinTransaction
status
boolean fingerprintFlag
boolean forceChangePassword
boolean freezeFlag
X-Device-ID deviceId
firebaseId
telepon
surel
nik
cif
propName
noProp
kabName
noKab
kecName
noKec
kelName
noKel
rw
rt
address
marital
gender
dateOfBirth
placeOfBirth
name
namaIbuKandung
kewarganegaraan
planCode
accountNo
productName
X-Device-ID id
nik
X-Device-ID listAccountReq sourceNumber
ref
balance
currency
creditDebit
sourceName
accountLegderBalance
cardNo
currencyCode
status
message
code
X-Device-ID listAccountReq sourceNumber
ref
balance
currency
creditDebit
sourceName
accountLegderBalance
cardNo
currencyCode
status
message
code
X-Device-ID nik
deviceId
X-Device-ID RequestParam imageKtp image_ktp
X-Firebase-ID RequestParam imageSelfie image_selfie
X-Firebase-Token RequestParam imageNpwp image_npwp
RequestParam String details userDetails
phoneNumber
nik
nasabahName
personalNama
X-Device-ID RequestParam String type nik
cancelRequest
acceptVC
declineVC
reScheduleVC
X-Device-ID schedule app
date
timeStart
timeEnd
nik
fireBaseToken
boolean isNasabahMestika
atm codeClass
imageDesign
atmName
atmAddressInput
atmAddressPostalCodeInput
atmAddressRtInput
atmAddressRwInput
atmAddressKelurahanInput
atmAddressKecamatanInput
atmAddressKotaInput
atmAddressPropinsiInput
cardtypeName
X-Device-ID checkFreeze deviceId
id
nik
password
phoneNumber
pinTransaction
status
boolean fingerprintFlag
boolean forceChangePassword
boolean freezeFlag
UserLimitController X-Device-ID userLimit nik
pinTrx
key
BigDecimal value
X-Device-ID id
nik
X-Device-ID checkTrxForLimitDto nik
key
BigDecimal trxAmount
RequestParam String osType id
versionNumber
versionCodeMajor
versionCodeMinor
versionCodePatch
versionName
type
producer
roomId
deviceId
notificationType
LocalDateTime timestamp
WebsocketNotificationDto type
producer
roomId
deviceId
notificationType
LocalDateTime timestamp
VcallData roomId
deviceId
notificationType
RETURN VALUE FIELD RETURN VDESKRIPSI
return ok().body(accounts)

return ok().body(accounts)
return service.getSysParam( key
return ok().body(accounts)
return ok().body(map)
return ok().body(customerPersonalDto)

gCustomer = false
return ok().body(customerAddressDto)
return ok().body(customerOtherDto)
anRekening

atanLainnya

rgaTerdekat
argaTerdekat

andangDana

anRekening
atanLainnya

rgaTerdekat
argaTerdekat

andangDana

return ok().body(customerDtString _id, Id id, Personal personal, CDD cdd, planCode, accountNo, productName
return ok().body(custAddressesDtos)

return ok().body(data) id, deviceID, nik


return ResponseEntity.statusid, name, sourceNumber, cardNo, destinationNumber, destinationBankName, destinationBankCo

ountNumber
return ResponseEntity.ok(otid, int seq, destination, reference, code, int timeCounter, data createDate, deviceId, int tryCount,

return ok().body(result)

sswordLength
sswordLength
CaseLetterInPassword
CaseLetterInPassword
ricInPassword

ectPassword
dleTimeOut

anSelanjutnya
anSelanjutnya
anSelanjutnya

anSelanjutnya
return mobileService.getLatestMobileVersion(osType)

return userStatusService.getStatus(firebaseId, data)

return canaryService.saveOrUpdateAppCode(appCode)

return ResponseEntity.ok(re 200

return ok(products)
anSelanjutnya
r(min, max =11)

return service.parseQr(map)
return service.refundQr(map)
return service.checkStatus(map)

return referenceService.bankWithCode()
return referenceService.kliringAndRtgsBank()
return ResponseEntity.ok().bXKNAME, XKMBID,IBFTCOD
kMembername

kBranchName

kBranchName

hangePassword

return ResponseEntity.status(HttpStatus.OK).body(customer)
talCodeInput

urahanInput
amatanInput

hangePassword
No, productName
onBankName, destinationBankCode, typeOfBeneficiary, citizenCode, type, transferOnUs, transferOffUsOnline, transferOffUsRtgs. transferO
eateDate, deviceId, int tryCount, int used, status
ansferOffUsRtgs. transferOffUsSkn

You might also like