Create Transfer
You can perform transfer creation operasion at this step
The parameters that need to be sent to the service have been shared below:
Request 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.
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.
GetterAccountHolderName
string
It is the fullname of getter customer.
GetterAddress
string
It is the addres for getter.
GetterCountryId
int
It is the country ID information.
GetterState
string
It is the state information for address.
GetterCity
string
It is the province information.
GetterPostCode
string
It is the postal code.
GetterAccountType
string
It is the account type information.
GetterAccountNumber
string
It is the account number information for getter customer.
GetterAchSwiftType
string
It is the getter ach swift type.
GetterAchSwiftCode
string
Getter ach swift code
GetterIdentificationType
string
The getter identification type information.
GetterIdentificationValue
string
It is the getter identity number information.
TransferReasonId
int
The transfer reason ID information.
Description
string
it is the description information.
Forms
List<int>
The form IDs for the transfer should be submitted in this field.
An example request model is as follows:
An example response model is as follows:
Transfer Status Codes;
Created
0
SentPending
1
SentApprove
3
SentRejected
4
ReceiveApprove (Paid)
7
ReturnApprove (Refund)
11
SentAtGetterChannel
16
Last updated