# Onboarding Management

The **Onboarding Management API** allows you to create and manage merchant applications for payment processing. This RESTful service handles the complete merchant onboarding process from application creation to final submission.

### **Available Endpoints**

* Update Merchant Properties:
  * `PUT /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Properties`
* Get Merchant Properties:
  * &#x20;`GET /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Properties/{propertyName}`
* Create Merchant Application:
  * &#x20;`POST /api/BoardingManagement/v1.0/Applications/Create`
* Create Default Pricing Plan:
  * &#x20;`POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/InitializePricing`
* Submit Merchant Signatures:
  * &#x20;`POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/SubmitSignatures`
* Submit the Merchant Application:
  * &#x20;`POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Submit`&#x20;
