Authentication
📄 Contents
- Authentication
- Signup
- Merchant details
- Login
- Verify with OTP
- Resend OTP
Authentication
Signup
- Select
sign up
option on the SmatPay Merchant Public Api. Then selectTry it out
. This is the "soft" registration that the user does, just to gain access to login to the system.EnterfirstName
,lastName
,email
,password
andtitle
.
Merchant details
- After merchant has managed to login, merchant selects whether this is an individual or company merchant registration. IF individual is selected, enter
tradingName
,businessDescription
,telephoneNumber
,tradingAddress
,province
,country
,acccountType
,accountCallBackUrl
,gender
,dateOfBirth
,emailAddress
andindividualMobile
.
ELSE enter registeredLegalCompanyName
, tradingName
, businessSector
, subSector
, entityType
, registrationNumber
, businessDescription
, zimraBpNumber
, companyEmailAddress
, companyMobile
, telephoneNumber
, companyWebsite
, tradingAddress
, province
, country
, accountType
and accountCallBackUrl
. Furthermore, navigate to Merchant Director
, Try it out
and enter idNumber
, email
, mobile
, fullNames
, ownershipPercentage
and accountId
.
Login
- Merchant to proceed to logging in after signing up successfully. Select
Authentication Portal
,Try it out
and enteremail
address andpassword
that was setup during registration. ThenSend
details. Retrievetoken
for accessing the system.
Verify with OTP
- An OTP is sent to the merchant's email address. Select
Auth Portal Verify OTP
,Try it out
, enteremail
address,otpCode
andtoken
and thenSend
. A relevant response will be returned.
Resend OTP
- If the returned response was not successful click the
Auth Portal Resend OTP
. ThenTry it out
, check for the OTP in the email inbox and then enteremail
address, andtoken
. Then clickSend
.
Return to Introduction to the SmatPay API.
Proceed to initiate a Payment Process.
Modified at 2 months ago