Skip to content

Search Beneficiary

POST https://test.remit.by/korifinances/ws/beneficiary/searchBeneficiary

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 remitter creation object properties.

Name Type Notes
beneficiary_id Integer optional
linked_remitter_id Integer optional member_id of the linked remitter. This will filter the result set
name String required
fname String optional Beneficiary’s first name
mname String optional Beneficiary’s middle name
lname String optional Beneficiary’s last name
address_line1 String optional
city String optional
postcode String optional
country String required Required, as per output of getDestinationCountries
dob String optional YYYY-MM-DD
email String optional
telephone String optional
mobile String optional
id_details String optional
id2_details String optional
account_number String optional
card_number String optional
enabled String optional
PAYLOAD JSON

{

"beneficiary_id": "",
"linked_remitter_id": "",
"name": "",
"fname": "",
"mname": "",
"lname": "",
"address_line1": "",
"city": "",
"postcode": "",
"country": "",
"dob": "",
"email": "",
"telephone": "",
"mobile": "",
"id_details": "",
"id2_details": "",
"account_number": "",
"card_number": "",
"enabled": "",

}