Shopper manual signup
Last updated
Last updated
A shopper should register to the RKFL system to proceed with the payment. The RKFL system provides a seamless register & login experience with shopper SSO login.
In any case, if SSO is not successful, the RKFL supports a manual signup process. The merchant website should display a signup form similar to the attached screenshot and ask the shopper to enter the details and register.
In the manual registration process, the shopper must verify the email id.
The register API accepts data in an encrypted format. The encryption algorithm is RSA, and the encryption key is the merchant's "Public Key."
POST
/auth/signup
Name | Type | Description |
---|---|---|
Content-Type | String | application/json |
Name | Type | Description |
---|---|---|
encryptedReq* | String | Encrypted string |
recaptcha | String | Google recaptcha |