Transfer Detail Inquiry
You can access the detailed information of the transfer from this step.
The parameters that need to be sent to the service are as follows:
Request Message Parameters
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.
TransferId
int
It is the Id of the transfer
Json example;
{
"Header": {
"DealerNo": "dealerno",
"Username": "username",
"Password": "password"
},
"TransferId": 22187
}Request Message Parameters
TRANSFER
TransferId
int
It is id of the transfer
InsertDateTime
datetime
The creation date of the transfer.
TransferStatusId
int
It is the id information of the transfer status.
SenderCustomerId
int
It is the base ID information of the sender customer.
SenderAmount
decimal
It is the sent amount of money.
SenderCurrencyId
int
Sender customer's currency ID information.
GetterFullName
string
It is the fullname of getter customer.
GetterAccountNumber
string
It is the account number information for getter customer.
TransferReasonId
int
The transfer reason ID information.
SenderDescription
string
it is the description information.
TRANSFERTRANSACTIONS
TransferId
int
It is the id information of the transfer.
TransferTransactionId
int
It is the id information of the transfer transaction.
TransferStatusId
int
It is the id information of the transfer status.
TransferStatusName
string
It is the name of the transfer status.
Description
string
it is the description information.
TRANSFERFORMS
FormId
int
It is the ID of the form.
FormTypeId
int
It is the ID of the form type.
Name
string
It is the front side name of the partner's form.
Url
string
It is the URL information of the front side of the partner's form.
NameBack
string
It is the back side name of the partner's form.
UrlBack
string
It is the URL information of the back side of the partner's form.
TRANSFERINFOS
Dictionary<string,string>
Contains detail informations about the transfer.
SENDERINFOS
Dictionary<string,string>
Contains detail informations about sender customer.
RECEIVERINFOS
Dictionary<string,string>
Contains detail informations about getter customer.
An example of the response model is provided below:
Last updated