Skip to content

Create Beneficiary

POST https://test2.remit.by/koriglobalservicestest/ws/beneficiary/createBeneficiary

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

Name Type Notes
name String required INDIVIDUAL or CORPORATE
fname String optional
mname String optional
lname String optional
organisation_type String optional INDIVIDUAL or CORPORATE
address1 String required
city String required
state String optional
postcode String optional
country String required Country Name, as per output of getDestinationCountries
nationality String optional Nationality Name, See Appendix A for the names
dob Date optional YYYY-MM-DD
telephone String optional
mobile String optional
linked_member_id String required The member ID this beneficiary is linked to

PAYLOAD JSON

{

"name": "",
"fname": "",
"mname": "",
"lname": "",
"organisation_type": "",
"address1": "",
"city": "",
"state": "",
"postcode": "",
"country": "",
"nationality": "",
"dob": "",
"telephone": "",
"mobile": "",
"linked_member_id": "",

}