Search Remitter
POST
https://test.remit.by/korifinances/ws/remitter/searchRemitter
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 | |
---|---|---|---|
remitter_id |
Integer | optional | Required if the full name is not provided. |
firstname |
Integer | optional | Required if remitter_id is not provided. |
middlename |
String | optional | |
lastname |
String | optional | Required if remitter_id is not provided. |
dob |
Date | optional | YYYY-MM-DD |
address_line1 |
String | optional | |
city |
String | optional | |
postcode |
String | optional | |
telephone |
String | optional | |
mobile |
String | optional | |
email |
String | optional | |
id1_type |
String | optional | See Appendix C for codes |
id1_details |
String | optional | |
remitter_type |
String | optional | registered / basicregistered |
show_scans |
Boolean | optional | Show the Base64 encoded scans |
referral_code |
String | optional | Customer referral code |
PAYLOAD JSON
{
"remitter_id": "",
"firstname": "",
"middlename": "",
"lastname": "",
"dob": "",
"address_line1": "",
"city": "",
"postcode": "",
"telephone": "",
"mobile": "",
"email": "",
"id1_type": "",
"id1_details": "",
"remitter_type": "",
"show_scans": "",
"referral_code": "",
"firstname": "",
"middlename": "",
"lastname": "",
"dob": "",
"address_line1": "",
"city": "",
"postcode": "",
"telephone": "",
"mobile": "",
"email": "",
"id1_type": "",
"id1_details": "",
"remitter_type": "",
"show_scans": "",
"referral_code": "",
}