---
title: MGCC Merchant Portal API Documentation
tags: API Documentation
description: MGCC Merchant Portal API Documentation
---

<div style="text-align: center; font-size: 35px">
MGCC Merchant Portal API Documentation
</div>
---
# Copyright Information
**Maxs Group Inc - IT Application Development**<br>
3rd Floor KDC Plaza Building<br>
Chino Roces Avenue. Makati City, 1231<br>
Email: appdev@maxsgroupinc.com
---
# Confidentiality and Usage
<div style="text-align: justify">The information contained in this document (and any attachments) is confidential information provided
by MGI IT - Application Development. This document is intended only for use by merchants approved by MGI.<br><br>
Any copying, distribution or dissemination of this document by any other parties is prohibited.</div>
---
# Revision History
| Revision | Date | Revision Description |
| -------- | -------- | -------- |
| 0.0 | August 8, 2021 | Final Draft Issue |
---
<!--
# API Documentation
- <span style="color:red">API Key provided in email</span> -->
# Single Customer View API
## Province List API
- DEVELOPMENT
https://e30852sr65.execute-api.ap-southeast-1.amazonaws.com/DEV/provincelist
---
- PRODUCTION
https://e30852sr65.execute-api.ap-southeast-1.amazonaws.com/Production/provincelist
---
<p>This API is to get the province list of the Philippines.</p>
| **FUNCTION** | Province List API |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| **METHOD** | Get |
| **HTTP HEADERS** | x-api-key : {<span style="color:red">API KEY</span>} |
| **DATA PARAMS** | {} |
| **DATA DEFINITION** | {} |
| **SUCCESS RESPONSE** | Status: 404<br>Sample Response Body:<br>```{"code": 404, "message": Insufficient number of arguments passed. Expected 14 got 13 }``` |