Implementation Notes
This API returns dealer limit-risk informations.
URL |
/inquireDDSLimitRisk |
Method |
POST |
Version |
1.0 |
Scope |
payment |
Authorization Flow |
B2B Credentials |
Name | Format | Description | Required/Optional |
MainCompanyID |
Integer (19) | Identity number for main company | Required |
MainCompanyDealerCode |
String (30) | Dealer identication number that is given by main company | Optional |
ParentCompanyID |
Integer (19) | Parent Company identication number that is given by bank | Optional |
CurrencyCode |
String (3) |
Printed Currency Code Explained in DDS/DCS Services |
Optional |
Name | Format | Description |
MainCompanyID |
Integer | Identity number for main company |
MainCompanyDealerCode |
String | Dealer identication number that is given by main company |
NameSurname |
String | Dealer name/title that given is sent by main company |
BranchCode |
String | Branch code that related with dealer DDS account |
CurrencyCode |
String | Currency code |
TotalGuaranteedLimit |
Decimal | Total guarenteed limit |
GuaranteedInvoiceTotal |
Decimal | Guaranteed invoice total |
RemainingGuaranteedLimit |
Decimal | Remaining guaranteed limit |
TotalNonGuaranteedLimit |
Decimal | Total nonguaranteed limit that is given by main company |
NonGuaranteedInvoiceTotal |
Decimal | Nonguaranteed invoice total |
RemainingNonGuaranteeLimit |
Decimal | Ramaining non guaranteed limit |
CashRisk |
Decimal | Cash risk |
TotalInvoiceAmount |
Decimal | Total invoice amount |
GuaranteedInvoiceTotal2 |
Decimal | Blocked amount for guaranteed transaction |
DepositAccountBalance |
Decimal | Dealer deposit account balance |
Message Code | Description |
ACBH000028 |
Currency code is invalid. |
ACBH000162 |
Main company id format is incorrect. |
ACBH000163 |
Dealer code format is incorrect. |
ACBH000174 |
Transaction cannot be performed with retail customer number. |
ACBH000250 |
Currency should be TRY. |
Request:
{ "MainCompanyID":371004, "MainCompanyDealerCode":"apitest1", "CurrencyCode":"TL", "ParentCompanyID": 703017 }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Completed", "ObjectID": "d4a099f2-1219-4209-b764-49205814f063" }, "Data": { "LimitInfo": { "CurrencyCode": "TL", "TotalInvoiceAmount": 507.99, "GuaranteedInvoiceTotal": 567.99, "NameSurname": "Api Test Bayi", "TotalGuaranteedLimit": 1000, "NonGuaranteedInvoiceTotal": -60, "TotalNonGuaranteedLimit": 9.99999999999999E14, "RemainingNonGuaranteeLimit": 1.000000000000059E15, "RemainingGuaranteedLimit": 432.01, "BranchCode": "S00002", "MainCompanyID": 371004, "MainCompanyDealerCode": "apitest1" } } }
API URL : https://apigw.vakifbank.com.tr:8443