createSender
POST/sender/create
This feature allows you to create a sender . Reference will be returned in response on this API. This reference will be the unique identifier of each Customer registered by partner through API. Partner will provide this unique reference to identify the Customer of that remittance.
Parameters constraint
| Name | type | Mandatory | Description |
|---|---|---|---|
| firstName | String | Mandatory | First name sender |
| lastName | String | Mandatory | Last name sender |
| address | string | Mandatory | Address sender |
| phone | String | Mandatory | Phone sender |
| country | String | Mandatory | Sender country Iso code 2 (Ex:FR, CM, SN) |
| city | String | Mandatory | City sender |
| gender | Char | Mandatory | F:Female, M:Male |
| civility | String | Mandatory | Maried, Single,Others |
| idNumber | String | Mandatory | ID number identification document sender |
| idType | String | Mandatory | Type Identification sender (PP:Passeport, CNI: National Idendity Card |
| occupation | String | Optional | occupation sender |
| state | String | Optional | State sender |
| nationality | String | Mandatory | Nationality sender |
| comment | String | Optional | Comment |
| zipcode | string | Optional | Zip code sender country |
| dateOfBirth | Date format Y-m-d | Mandatory | Date of birth Ex:1990-03-02 |
| dateExpireId | Date format Y-m-d | Mandatory | Date expire ID document Ex:1990-03-02 |
| pep | Bool | Mandatory | politically exposed person (true or false) |
| updateIfExist | Bool | Mandatory | If False the new sender is create when is exist but the code sender is different |
EndFragment
Request
Responses
- 200
OK
Response Headers
Host
Date
Connection
X-Powered-By
Cache-Control
X-RateLimit-Limit
X-RateLimit-Remaining
Access-Control-Allow-Origin