Create Remitter
POST
https://test2.remit.by/koriglobalservicestest/ws/remitter/createRemitter
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 | |
---|---|---|---|
firstname |
String | required | registered / basicregistered |
middlename |
String | optional | |
lastname |
String | required | |
type |
String | required | registered / basicregistered |
nationality |
String | optional | 2 letter country ISO code. Please refer to Appendix A. |
Visa Status |
optional | Values must be one of setting “VISA_STATUS_LIST” | |
gender |
String | optional | Male / Female |
status |
String | required | valid / expired / blocked |
address1 |
String | required | |
city |
String | required | |
state |
String | optional | |
postcode |
String | optional | |
telephone |
String | optional | |
mobile |
String | optional | |
dob |
Date | optional | YYYY-MM-DD. Required if type is 'registered'. |
country_of_birth |
String | optional | 2 letter country ISO code. Please refer to Appendix A. |
id_type |
Code | optional | See Appendix B for codes. Required if type is 'registered'. |
id_details |
String | optional | Required if type is 'registered'. |
id_start |
Date | optional | YYYY-MM-DD. Required if type is 'registered'. |
id_expiry |
Date | optional | YYYY-MM-DD. Required if type is 'registered'. |
orgtype |
String | optional | ‘Individual’ or ‘Corporate’ |
purpose |
String | optional | |
source_of_income |
String | optional | |
residency_status |
String | optional | Values can be “resident” or “nonresident” |
PAYLOAD JSON
{
"firstname": "",
"middlename": "",
"lastname": "",
"type": "",
"nationality": "",
"gender": "",
"status": "",
"address1": "",
"city": "",
"state": "",
"postcode": "",
"telephone": "",
"mobile": "",
"dob": "",
"country_of_birth": "",
"id_type": "",
"id_details": "",
"id_start": "",
"id_expiry": "",
"orgtype": "",
"purpose": "",
"source_of_income": "",
"residency_status": "",
"middlename": "",
"lastname": "",
"type": "",
"nationality": "",
"gender": "",
"status": "",
"address1": "",
"city": "",
"state": "",
"postcode": "",
"telephone": "",
"mobile": "",
"dob": "",
"country_of_birth": "",
"id_type": "",
"id_details": "",
"id_start": "",
"id_expiry": "",
"orgtype": "",
"purpose": "",
"source_of_income": "",
"residency_status": "",
}