Skip to main content
POST
Tạo tài khoản ngân hàng

Ủy quyền

Authorization
string
header
bắt buộc

Bearer token used for protected REST API requests.

Nội dung

application/json

Bank account creation payload. bankAccountName, bankAccountNumber, and bankCode are required.

Payload for creating a saved bank account.

bankAccountName
string
bắt buộc

Beneficiary name exactly as registered at the bank.

bankAccountNumber
string
bắt buộc

Bank account number. Backend rejects duplicate account numbers.

bankCode
string
bắt buộc

Bank identifier code.

Phản hồi

Created bank account wrapped in a status envelope.

Response returned by bank-account create operations.

status
string

success or failed.

message
string

Human-readable result.

data
object

Bank account saved by the current user for withdrawals.