Tags:
- Phase›Realized
production
development
https://sandbox.vietinbank.vn
Environment for SANDBOX
Paths
/OpenDDAInquiry
post /OpenDDAInquiry
Secret
X-IBM-Client-Id
(apiKey located in header)
clientIdHeader
X-IBM-Client-Secret
(apiKey located in header)
payload
Optional in body
{
"schema": {
"description": "",
"type": "object",
"properties": {
"providerId": {
"type": "string"
},
"merchantId": {
"type": "string"
},
"requestId": {
"type": "string"
},
"channel": {
"type": "string"
},
"version": {
"type": "string"
},
"language": {
"type": "string"
},
"clientIP": {
"type": "string"
},
"signature": {
"type": "string"
},
"idCard": {
"type": "string"
},
"refRequestId": {
"type": "string"
}
}
}
} Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
/OpenDDA
post /OpenDDA
Secret
X-IBM-Client-Id
(apiKey located in header)
clientIdHeader
X-IBM-Client-Secret
(apiKey located in header)
payload
Optional in body
{
"schema": {
"description": "",
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"providerId": {
"type": "string"
},
"merchantId": {
"type": "string"
},
"channel": {
"type": "string"
},
"version": {
"type": "string"
},
"language": {
"type": "string"
},
"clientIP": {
"type": "string"
},
"signature": {
"type": "string"
},
"transTime": {
"type": "string"
},
"fullname": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"middleName": {
"type": "string"
},
"gender": {
"type": "string"
},
"email": {
"type": "string"
},
"phoneNo": {
"type": "string"
},
"idCard": {
"type": "string"
},
"idType": {
"type": "string"
}
}
}
} Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "object",
"properties": {
"requestId": {
"type": "string"
},
"providerId": {
"type": "string"
},
"merchantId": {
"type": "string"
},
"channel": {
"type": "string"
},
"version": {
"type": "string"
},
"language": {
"type": "string"
},
"clientIP": {
"type": "string"
},
"signature": {
"type": "string"
},
"transTime": {
"type": "string"
},
"fullname": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"middleName": {
"type": "string"
},
"gender": {
"type": "string"
},
"email": {
"type": "string"
},
"phoneNo": {
"type": "string"
},
"idCard": {
"type": "string"
},
"idType": {
"type": "string"
}
}
}
{
"type": "object",
"properties": {
"providerId": {
"type": "string"
},
"merchantId": {
"type": "string"
},
"requestId": {
"type": "string"
},
"signature": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"accountNo": {
"type": "string"
},
"openDate": {
"type": "string"
},
"accountName": {
"type": "string"
}
}
}
{
"type": "object",
"properties": {
"providerId": {
"type": "string"
},
"merchantId": {
"type": "string"
},
"requestId": {
"type": "string"
},
"channel": {
"type": "string"
},
"version": {
"type": "string"
},
"language": {
"type": "string"
},
"clientIP": {
"type": "string"
},
"signature": {
"type": "string"
},
"idCard": {
"type": "string"
},
"refRequestId": {
"type": "string"
}
}
}
