Description
...
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 |
ContactFirstName | Text | Contact person first name | Mandatory |
ContactLastName | Text | Contact person last name | Mandatory |
ContactPhoneNumber | Text | Contact person phone number include international prefix | Mandatory |
MerchantName | Text | Merchant brand name | Mandatory |
MerchantRegisteredName | Text | Merchant business name | Mandatory |
MerchantCountry | ISO code | Merchant country ISO 2 letter code http://en.wikipedia.org/wiki/ISO_3166-1 | Mandatory |
MerchantCity | Number | Merchant city based on list shared by DPO | Mandatory |
MerchantUrl | Text | Valid HTTP endpoint for PuahPayment notifications | Optional |
MerchantAddress | Text | Merchant address | Mandatory |
MerchantAccountType | Number | Merchant account based on list shared by DPO | Optional |
MerchantIncorpDate | Date | Date format - YYYY/MM/DD | Optional |
FileTypeId | Number | File type ID based on list shared by DPO | Optional |
FileType | Text | File type based on predefined available list shared by DPO | Optional |
FileBase | Base64 | Base 64 encoded string | Optional |
MerchantNotificationUrl | URL | Merchant's URL for sending notifications on first file upload | Optional |
MerchantDisableEmail | Boolean | Send email to merchant | Optional |
...
Parameter | Data type | Description |
Result | 3 digits code | A code will be sent with the result of the request |
ResultExplanation | Text | Free text of the result |
CompanyData.CompanyToken | Token | CompanyToken to operate DPO's API's on behalf of the on boarded merchant |
CompanyData.UploadFiles | URL | A link to upload files form for the onboarded merchant |
CompanyData.CompanyCode | Text | CompanyCode |
CompanyData.coId | Number | Country id |
CompanyData.services.name | Text | Company service name |
CompanyData.services.id | Number | Company service id |
Respond example:
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="utfUTF-8"?> <API3G> <Result>000</Result> <ResultExplanation>Merchant has been created</ResultExplanation> <CompanyToken>83C37BB7-12B1-4727-AB15-3710FD97EF7A</CompanyToken> <UploadFiles>https <CompanyData> <CompanyToken>9EF044A5-AAD7-434E-AA1C-8A6962CAF99B</CompanyToken> <UploadFiles> https://secure.3gdirectpay.com/external/uploadfileform/uploadfileform.php?token=D7B6E822FEC8707D-26A532ED-43AF413D-A9AB-201B6CC6987E</UploadFiles>96C1-F452A38B2999 </UploadFiles> <CompanyCode>HKRUA</CompanyCode> <coId>2</coId> <services> <service> <name>PC</name> <id>30008</id> </service> <service> <name>Flight</name> <id>30009</id> </service> </services> </CompanyData> <Result>000</Result> <ResultExplanation>Merchant has been created</ResultExplanation> </API3G> |
Response codes:
Code | Explanation |
000 | Success |
999 | Error |
...