Credit Application
This API allows you to apply Akbank credit.
Parameters
Name | Type | Description |
phoneNumber |
string | Credit applicant phone number.In the format 05XX1234567 (Required) |
identityNumber |
string | Turkish identity number of the credit applicant (Required) |
Data Returned
Data is returned as JSON as specified by the dataFormat parameter.
Regardless of format, the data contains the following fields:
Name | Type | Description |
returnCode |
string | Return code of API call . |
returnMessage |
string | Return message of credit card application. |
data |
string | Data contains reference number(CreditRefNo) of your application. |
Examples
Request:
{
"phoneNumber": "05321234567",
"identityNumber": "12345678901"
}
Response:
{
"returnCode": "00",
"returnMessage":"Successfull",
"data":
{
"smsCreditRefNo" : "12345"
}
}
-
API URL : https://apigate.akbank.com/api/mock
-
-
-