Skip to main content

Update bank account

Bank Update

POST/pay/bank/update

Update an existing bank account under the agent account.

SDK methodbankUpdate()

ParametersRequest body

memberidstringrequired
Merchant ID
idstringrequired
Bank account ID to update
signstringrequiredsign
MD5 signature (auto-generated when `apiKey` is configured)
bank_namestring
SDK property: bankName. Bank name
accountstring
Account number
subbranchstring
Branch name
addressstring
Bank address
swift_codestring
SDK property: swiftCode. SWIFT code
remarkstring
Remark

Response

**200** — `PayBankUpdateResponse` via `getResult()`.