Transfer
API chuyển tiền, có thể xử lý tạo và duyệt các giao dịch thanh toán thông dụng như chuyển tiền, chi lương thông qua API và thực thi một cách dễ dàng, nhanh chóng.
Header Parameters
- x-interaction-id string required
Mã định danh yêu cầu chuyển tiền, định dạng: UUID v4
- application/json
Request Body required
Thông tin tạo lệnh chuyển tiền
- amount number required
Số tiền
- fromAccountNumber string required
Tài khoản nguồn
- toBin string required
Mã BIN của ngân hàng thụ hưởng
- toAccountNumber string required
Tài khoản thụ hưởng
- description string required
Nội dung giao dịch
Responses
- 200
Thành công
- application/json
- Schema
- Example (from schema)
Schema
- requestId string required
transfer object
totalAmount number requiredSố tiền
fromAccountNumber string requiredSố tài khoản nguồn
toBin string requiredMã BIN của ngân hàng thụ hưởng
toAccountNumber string requiredSố tài khoản thụ hưởng
description string requiredNội dung giao dịch
transactionDateTime string requiredThời gian giao dịch
refId string requiredMã tham chiếu giao dịch
{
"requestId": "string",
"transfer": {
"totalAmount": 0,
"fromAccountNumber": "string",
"toBin": "string",
"toAccountNumber": "string",
"description": "string",
"transactionDateTime": "string",
"refId": "string"
}
}
Loading...