Execute Transaction
This API makes customer OTP approval such as Money transfer transactions.
API Information
URL |
/transactionExecute |
Method |
POST |
Version |
1.0 |
Scope |
- |
Authorization Flow |
Authorization Code |
Input Information
Name | Format | Description | Required/Optional |
OTPTransactionId |
Integer | Transaction id | Required |
OTPCode |
String | OTP (One Time Password) that send to customer | Required |
Output Information
Output for approval process.
Message Codes
Message Code | Description |
ACBH000007 |
OTP is not correct. Error: {0} |
ACBH000047 |
OTP cannot be empty. |
ACBH000124 |
OTP transaction referance id has used before. |
ACBH000127 |
OTP transaction referance id cannot be found. |
Example
Request:
{ "OTPTransactionId": 196932, "OTPCode": "123456" }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Tamamlandı", "StatusDescriptionEn": "Completed", "ObjectID": "7945c4cd-205c-4f67-9bc4-572aab6b930e" }, "Data": { ... }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-