SEP-12SEP-31SEP-6
Retrieve Customer's Info
GET/customer
The request and response for this endpoint is identical to the
GET /customer
request and response defined in SEP-12.
This endpoint allows clients to:
- Fetch the fields the server requires in order to register a new customer via a SEP-12
PUT /customer
request
If the server does not have a customer registered for the parameters sent in the request, it should return the fields required in the response. The same response should be returned when no parameters are sent.
- Check the status of a customer that may already be registered
This allows clients to check whether the customers information was accepted, rejected, or still needs more info. If the server still needs more info, or the server needs updated information, it should return the fields required.