post
https://api-dev.gettrx.com/onboard/v1/applications
Use this API to create a merchant prospect and fill out a Merchant Processing Application.
You can chose to create a fully filled out application, OR to create an partially filled application and then use the "Update Application API" to update the application information as you collect the information from your merchant.
Provide either templateId (an existing onboarding template) or an inline pricing object. When pricing is sent, relationshipId is required. sendOffer can only be sent when hasPortalAccess is true.
- See the "Full Application Payload" example to review the payload to create a complete application that is ready to be presented to the merchant for their acceptance using our SDK.
- See the "Minimum Application Payload" example to review the payload to create an incomplete application.
- See the "Application With Inline Pricing" example to create an application with an inline pricing plan instead of a template.
Also, refer to the "Retrieve Application" API reference page to retrieve the application and its "readiness state" (i.e. completeness level)
