Skip to content

Create Transaction

POST https://test2.remit.by/koriglobalservicestest/ws/transaction/createTransaction

Request

Creates a Remitter.

Use this endpoint a new create a new kyced remitter into our system.

Identification

username , password and pin - required

Parameters:
Body

object | application/json

Common Transaction creation object properties by Account.

Name Type Notes
remitter_id Integer required
beneficiary_id Integer required
destination_country String required Name of country retrieved from calling getDestinationCountries
purpose Code required See Appendix G for codes
payment_method Code required See Appendix D for codes.
service_level Code required See Appendix E for codes.
amount_type String required Whether the amount is specified in the source currency or the destination currency. Possible values : SOURCE / DESTINATION.
benef_trans_ref String optional Beneficiary reference number for transaction
amount_to_send Integer required
agent_comments String optional Remitter/Agent Comments
benef_bank String required
bank_branch_deposited String required Only required when the payment method is “BankTransfer”. This is the name of the branch at which the remitter has deposited the money.
benef_ac String required
benef_branch String required
benef_branch_address String required
city String required Account / Cash Collection / Card Transfer / Home Delivery / Mobile Transfer
state String optional Agent's reference number for transaction
benef_branch_tel Code required See Appendix F for codes
benef_branch_manager Integer optional The collection point id
amount_deposited String optional Name of collection point where money will be collected by beneficiary. Required if transaction is of type Cash Collection. All the fields starting with 'collection_' below only apply to Cash Collection transactions.
date_deposited String optional YYYY-MM-DD
trans_type String optional Account / Cash Collection / Card Transfer / Home Delivery / Mobile Transfer

Common Transaction creation object properties by Mobile Transfer.

Name Type Notes
remitter_id Integer required
beneficiary_id Integer required
destination_country String required Name of country retrieved from calling getDestinationCountries
purpose Code required See Appendix G for codes
payment_method Code required See Appendix D for codes.
service_level Code required See Appendix E for codes.
benef_trans_ref String optional Beneficiary reference number for transaction
amount_to_send Integer required
agent_comments String optional Remitter/Agent Comments
benef_mobiletransfer_number String optional The mobile number of the beneficiary for mobile transfer.
benef_mobiletransfer_network String optional The mobile phone network of the beneficiary for mobile transfer.
trans_type String optional Account / Cash Collection / Card Transfer / Home Delivery / Mobile Transfer

Common Transaction creation object properties by Cash Collection.

Name Type Notes
remitter_id Integer required
beneficiary_id Integer required
relation_to_remitter String optional
destination_country String required Name of country retrieved from calling getDestinationCountries
agent_trans_ref String optional Agent's reference number for transaction
benef_trans_ref String optional Beneficiary reference number for transaction
purpose Code required See Appendix G for codes
source_of_income Code required See Appendix F for codes
collection_point_id Integer optional The collection point id
collection_point String optional Name of collection point where money will be collected by beneficiary. Required if transaction is of type Cash Collection. All the fields starting with 'collection_' below only apply to Cash Collection transactions.
collection_point_code String optional Collection point code.
collection_point_bank String optional Name of bank or organisation that the collection point is under. Required if transaction is of type Cash Collection.
collection_point_address String optional Collection point address.
collection_point_city String optional Collection $transactionpoint city.
collection_point_state String optional Collection point state.
collection_point_telephone String optional Collection point telephone number.
collection_pin Integer optional A PIN number which the beneficiary needs to provide on cash pick-up. This may be required, please check with your partner.
payment_method Code required See Appendix D for codes.
amount_deposited Integer required Only required when the payment method is “BankTransfer”. This is the amount that has been deposited by the remitter.
date_deposited Date required YYYY-MM-DD Only required when the payment method is “BankTransfer”. This is the date on which the remitter has deposited the money.
remitter_wallet_currency String optional Blank for default when not using Multi-Currency Wallets
service_level Code required See Appendix E for codes.
sms_confirmation Boolean required t/f
sms_notification Boolean required t/f
amount_type String required Whether the amount is specified in the source currency or the destination currency. Possible values : SOURCE / DESTINATION.
amount_to_send Integer required
agent_comments String optional Remitter/Agent Comments
rate Integer optional Updated rate for the single transactions. It works only if ALLOW_EDITABLE_RATE is true.
commission Integer optional Updated commission for the single transaction. It works only if EDITABLE_COMMISSION is true or agent can edit the commissions
trans_type String optional Account / Cash Collection / Card Transfer / Home Delivery / Mobile Transfer
PAYLOAD JSON by Account

{

"remitter_id": "",
"beneficiary_id": "",
"destination_country": "",
"purpose": "",
"payment_method": "",
"service_level": "",
"amount_type": "",
"benef_trans_ref": "",
"amount_to_send": "",
"agent_comments": "",
"benef_bank": "",
"bank_branch_deposited": "",
"benef_ac": "",
"benef_branch": "",
"benef_branch_address": "",
"city": "",
"state": "",
"benef_branch_tel": "",
"benef_branch_manager": "",
"amount_deposited": "",
"date_deposited": "",
"trans_type": "",

}

PAYLOAD JSON by Mobile Transfer

{

"remitter_id": "",
"beneficiary_id": "",
"destination_country": "",
"purpose": "",
"payment_method": "",
"service_level": "",
"amount_type": "",
"benef_trans_ref": "",
"amount_to_send": "",
"agent_comments": "",
"benef_mobiletransfer_number": "",
"benef_mobiletransfer_network": "",
"trans_type": "",

}

PAYLOAD JSON by Cash Collection

{

"remitter_id": "",
"beneficiary_id": "",
"destination_country": "",
"agent_trans_ref": "",
"benef_trans_ref": "",
"purpose": "",
"source_of_income": "",
"collection_point_id": "",
"collection_point": "",
"collection_point_code": "",
"collection_point_bank": "",
"collection_point_address": "",
"collection_point_city": "",
"collection_point_state": "",
"collection_point_telephone": "",
"collection_pin": "",
"payment_method": "",
"amount_deposited": "",
"date_deposited": "",
"remitter_wallet_currency": "",
"service_level": "",
"trans_sms_confirmationtype": "",
"sms_notification": "",
"amount_type": "",
"amount_to_send": "",
"agent_comments": "",
"rate": "",
"commission": "",
"trans_type": "",

}