Auth
Login
In general, the authentication API allows a developer to control all aspects of a user's identity. It has endpoints for logging in, logging out, a...
Logout
This logout endpoint terminates the current session. As a result, the customer's authentication will be terminated, and it will be required to obt...
Verify
This endpoint handles the customer's access code verification. It sends the entered access code to the backend and waits for the response. In the ...
Resend
This resend endpoint is simply to re-send the access code to the customer if it was not received correctly. The customer is given 30 seconds to enter ...
Register
The customer registration endpoint creates a customer account in the merchant's store. A registration request must provide the customer main infor...
Refresh
To make the customer's login process easier, the store may use an access token to keep the client logged in for a period of time. Access tokens, o...