Aller au contenu principal

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

NametypeMandatoryDescription
firstNameStringMandatoryFirst name sender
lastNameStringMandatoryLast name sender
addressstringMandatoryAddress sender
phoneStringMandatoryPhone sender
countryStringMandatorySender country Iso code 2 (Ex:FR, CM, SN)
cityStringMandatoryCity sender
genderCharMandatoryF:Female, M:Male
civilityStringMandatoryMaried, Single,Others
idNumberStringMandatoryID number identification document sender
idTypeStringMandatoryType Identification sender (PP:Passeport, CNI: National Idendity Card
occupationStringOptionaloccupation sender
stateStringOptionalState sender
nationalityStringMandatoryNationality sender
commentStringOptionalComment
zipcodestringOptionalZip code sender country
dateOfBirthDate format Y-m-dMandatoryDate of birth Ex:1990-03-02
dateExpireIdDate format Y-m-dMandatoryDate expire ID document Ex:1990-03-02
pepBoolMandatorypolitically exposed person (true or false)
updateIfExistBoolMandatoryIf False the new sender is create when is exist but the code sender is different

EndFragment

Request

Responses

OK

Response Headers
    Host
    Date
    Connection
    X-Powered-By
    Cache-Control
    X-RateLimit-Limit
    X-RateLimit-Remaining
    Access-Control-Allow-Origin