Skip to main content

Create bank account

Bank Create

POST/pay/bank/create

Add a bank account to an existing merchant under the agent account. Requires the `Agent-Merchant-Id` header (set on the client).

SDK methodbankCreate()

ParametersRequest body

memberidstringrequired
Merchant ID
typestringrequired
`china` (CNY only) or `other`
bank_namestringrequired
SDK property: bankName. Bank name
accountstringrequired
Account number
signstringrequiredsign
MD5 signature (auto-generated when `apiKey` is configured)
subbranchstring
Branch name
addressstring
Bank address
swift_codestring
SDK property: swiftCode. SWIFT code (required for `other` type)
remarkstring
Remark

Response

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