Transfer to Another VakifBank Credit Card
This API makes money transfer to another VakıfBank credit card. You have to use “Execute Transaction API” for complete your transaction.
API Information
URL |
/remittancetoCreditCard |
Method |
POST |
Version |
1.0 |
Scope |
transfer |
Authorization Flow |
Authorization Code |
Input Information
Sender
| Name | Format | Description | Required/Optional |
AccountNumber |
String (17) | Sender account number | Required |
Receiver
| Name | Format | Description | Required/Optional |
CardNumber |
String (16) | Receiver credit card number | Required |
FeeInformation
| Name | Format | Description | Required/Optional |
AccountNumber |
String (17) | Fee account number | Optional |
Transaction
| Name | Format | Description | Required/Optional |
Amount |
Decimal (8,2) | Transaction amount | Required |
Description |
String (40) | Transaction description | Required |
Output Information
SecurityInformation
| Name | Format | Description |
OTPTransactionId |
Integer | OTP transaction id |
OTPStatus |
String | OTP status |
FeeInformation
| Name | Format | Description |
TotalFeeAmount |
Decimal | Total fee amount |
CurrencyCode |
String | Currency code |
AccountNumber |
String | Fee account number |
Fee |
List< Fee > | Fee list |
List< Fee >
| Name | Format | Description |
Amount |
Decimal | Fee amount |
CurrencyCode |
String | Currency code |
FeeDescription |
String | Fee description |
Transaction
| Name | Format | Description |
Amount |
Decimal | Transaction amount |
Receiver
| Name | Format | Description |
NameSurnameTitle |
String | Masked receiver name surname / title |
Execute Transaction
Sender
| Name | Format | Description |
AccountNumber |
String | Sender account number |
CurrencyCode |
String | Sender currency code |
Receiver
| Name | Format | Description |
CardNumber |
String | Receiver credit card number |
CurrencyCode |
String | Receiver currency code |
Transaction
| Name | Format | Description |
TransactionId |
Integer | Transaction id |
Date |
yyyy-MM-ddTHH24:mm:ss | Transaction date |
Amount |
Decimal | Transaction amount |
Description |
String | Transfer description |
FeeInformation
| Name | Format | Description |
TotalFeeAmount |
Decimal | Total fee amount |
CurrencyCode |
String | Currency code |
AccountNumber |
String | Fee account number |
Message Codes
| Message Code | Description |
ACBH000043 |
Sender account number cannot be empty. |
ACBH000044 |
Sender account number format is incorrect. |
ACBH000054 |
Receiver credit card number cannot be empty. |
ACBH000096 |
Receiver credit card number format is incorrect. |
ACBH000104 |
Account that you want to make transaction is not belong to customer in session. |
ACBH000139 |
Sender account currency code is incorrect. |
ACBH000208 |
Amount must be greater than zero. |
ACBH000209 |
Description cannot be empty. |
ACBH000232 |
Money transfer transaction can be executed by only deposit accounts in Open Banking Channel. |
ACBH000264 |
Fee account currency code must be TRY. |
ACBH000277 |
Fee account number format is incorrect. |
ACBH000278 |
Sender account currency code {0}. Fee account must be entered TRY. |
ACBH000283 |
Fee account number does not belong to customer in session. |
ACBH000287 |
Receiver credit card must be VakıfBank card. |
ACBH000298 |
Receiver customer number cannot be found. |
Example
Request:
{
"Sender": {
"AccountNumber": "00158000000000001"
},
"Receiver": {
"CardNumber": "0000000000000000"
},
"FeeInformation": {
"AccountNumber": "00158000000000001"
},
"Transaction": {
"Amount": 1,
"Description": "Havale"
}
}
Response:
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Tamamlandı",
"StatusDescriptionEn": "Completed",
"ObjectID": "1211bc77-b310-48a8-90f7-a8c66c4d41a1"
},
"SecurityInformation": {
"OTPTransactionId": 196891,
"OTPStatus": "ApprovementWaiting"
},
"Data": {
"Transaction": {
"Amount": 1
},
"Receiver": {
"NameSurnameTitle": "Y*T*R*M K*T D*K*N*A K*L*A*"
}
},
"FeeInformation": {
"TotalFeeAmount": 288.75,
"CurrencyCode": "TL",
"Fee": {
"CurrencyCode": "TL",
"Amount": 288.75,
"FeeDescription": "BAŞKASINA AİT KREDİ KARTI BORCU ÖDEME - HESAPTAN (TL/YP)"
},
"AccountNumber": "00158000000000001"
}
}
Execute Transaction
{
"Header": {
"StatusCode": "APIGW000000",
"StatusDescription": "Tamamlandı",
"StatusDescriptionEn": "Completed",
"ObjectID": "1c16bc77-b310-48a8-90f7-a8c66c4d41a1"
},
"Data": {
"Sender": {
"CurrencyCode": "TL",
"AccountNumber": "00158000000000001"
},
"Transaction": {
"Description": "0000000000000000 numaralı kart borç ödemesi yapılmıştır.",
"Amount": 1,
"Date": "2021-30-03T13:35:25",
"TransactionId": 2021000008837444
},
"Receiver": {
"CardNumber": 0000000000000000,
"CurrencyCode": "TL"
}
},
"FeeInformation": {
"TotalFeeAmount": 288.75,
"CurrencyCode": "TL",
"AccountNumber": "00158000000000001"
}
}
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-