Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

The merchantOnBoarding will create new Merchant accountwithin DPO system.

URL: https://secure1.sandbox.directpay.online/API/v6/


Response

The method will respond with the information of the selected provider


Variables to send:

Parameter

Data type

Description


 Request

 Text

merchantOnBoarding

Mandatory

CompanyToken

Token

Token you got from DPO to operate this API

Mandatory

ContactEmail

Text

Contact person email address

Mandatory

ContactFirstNameTextContact person first nameMandatory
ContactLastNameText

Contact person last name

Mandatory
ContactPhoneNumberText

Contact person phone number include international prefix 

Mandatory
MerchantNameTextMerchant nameMandatory
MerchantCountryISO codeMerchant country ISO 2 letter code
http://en.wikipedia.org/wiki/ISO_3166-1
Mandatory
MerchantCityNumberMerchant city based on list shared by DPOMandatory
IdFileTypeTextFile type based on predefined available list shared by DPOMandatory
IdBase64Base64Base 64 encoded stringMandatory
CoiFileTypeTextFile type based on predefined available list shared by DPOMandatory
CoiBase64Base64Base 64 encoded stringMandatory

Request example:


request example
<?xml version="1.0" encoding="utf-8"?>
<API3G>
	<Request>merchantOnBoarding</Request>
	<CompanyToken>68B90B5E-25F6-4146-8AB1-C7A3A0C55RVE</CompanyToken>
	<ContactEmail>test@directpay.online</ContactEmail>
	<ContactFirstName>John</ContactFirstName>
	<ContactLastName>Green</ContactLastName>
	<ContactPhoneNumber>254556555656</ContactPhoneNumber>
	<MerchantName>DPO test merchant</MerchantName>
	<MerchantCountry>KE</MerchantCountry>
	<MerchantCity>114</MerchantCity>
	<IdFile>
		<IdFileType>jpg</IdFileType>
		<IdBase64>Base 64 valid string</IdBase64>
	</IdFile>
	<CoiFile>
		<CoiFileType>jpg</CoiFileType>
		<CoiBase64>Base 64 valid string</CoiBase64>
	</CoiFile>
</API3G>


Respond:

The server will respond for the merchantOnBoarding request according to the following results:

Parameter

Data type

Description

Result

3 digits code

A code will be sent with the result of the request
000 – Success
999 – Error

ResultExplanation

Text

Free text of the result

CompanyToken

Token

CompanyToken to operate DPO's API's on behalf of the on boarded merchant

QrStringTextmVisa static QR code string
MvisaCode3 digits codeA code will be sent in case mVisa QR code failed to be generated
999 – Error
MvisaErrorTextFree text of the mVisa generation error

Respond example:


response example
<?xml version="1.0" encoding="utf-8"?>
<API3G>
    <Result>000</Result>
    <ResultExplanation>Merchant has been created</ResultExplanation>
    <CompanyToken>83C37BB7-12B1-4727-AB15-3710FD97EF7A</CompanyToken>
    <QrString>00020101021102124039848455585204787853034045802KE5909ffgfdgfad6007Nairobi6304</QrString>
</API3G>


Response codes:

Code

Explanation

000

Success

999

Error



  • No labels