Create bank account
Bank Create
POST
/pay/bank/createAdd a bank account to an existing merchant under the agent account. Requires the `Agent-Merchant-Id` header (set on the client).
SDK method
bankCreate()ParametersRequest body
memberidstringrequiredMerchant ID
typestringrequired`china` (CNY only) or `other`
bank_namestringrequiredSDK property:
bankName. Bank nameaccountstringrequiredAccount number
signstringrequiredsignMD5 signature (auto-generated when `apiKey` is configured)
subbranchstringBranch name
addressstringBank address
swift_codestringSDK property:
swiftCode. SWIFT code (required for `other` type)remarkstringRemark
Response
**200** — `PayBankCreateResponse` via `getResult()`.