General Information Inquiry

You can access the data you need for money transfer processes by querying through this method. You can retrieve information about countries, identification types, professions, cities, transfer reasons, form types, currencies, account types, recipient account code types, and transfer statuses through this method.

The parameters that need to be sent to the service are shared below; General Information Inquiry Request Message Parameters

Parameter
Type
Is Mandatory?
Description

DealerNo

string

It is the dealer number created for the dealer.

Username

string

It is the username created for the dealer.

Password

string

It is the password created for the dealer.

An example JSON object to be sent to the service is as follows:

{
    "Header": {
        "DealerNo": "dealerno",
        "Username": "username",
        "Password": "password"
    }
}

Servisten işlem sonrasında gönderilen cevap mesajına ait parametreler aşağıdaki gibidir;

Cevap Parametreleri

COUNTRIES

Parameter
Type
Is Mandatory?
Description

CountryId

int

It is the country ID.

CountryNameTr

string

It is the country name.

IDENTITYTYPES

Parameter
Type
Is Mandatory?
Description

IdentityTypeId

int

It is the ID information of the identification type.

Name

string

It is the name of the identification type.

PROFESSIONS

Parameter
Type
Is Mandatory?
Description

ProfessionId

int

It is the ID information of the profession.

Name

string

It is the name of the profession.

PROVINCES

Parameter
Type
Is Mandatory?
Description

ProvinceId

int

It is the ID information of the province.

CountryId

int

It is the ID information of the country.

CountryName

string

It is the name of the country.

Name

string

It is the name of the province.

TRANSFER REASON

Parameter
Type
Is Mandatory?
Description

TransferReasonId

int

It is the ID information of the transfer reason.

Name

string

It is the information about the transfer reason.

FORM TYPES

Parameter
Type
Is Mandatory?
Description

FormTypeId

int

It is the ID information of the form type.

Name

string

It is the name of the form.

CURRENCIES

Parametre
Type
Is Mandatory?
Description

CurencyId

int

It is the ID information of the currency.

Code

string

It is the currency code information.

GETTERACCOUNTTYPES

Tip
Is Mandatory?
Description

List<string>

It returns the account types as a list.["Individual", "Company"]

GETTERCODETYPES

Tip
Is Mandatory?
Description

List<string>

It returns the getter code types as a list.

["SWIFT", "IFSC", vb....]

TRANSFERSTATUSES

Parameter
Type
Is Mandatory?
Description

TrasnsferStatusId

int

It is the ID information of the transfer status.

Name

string

It is the transfer status name.

If the status information is 0, the transaction has been successfully completed.

Last updated