Payors
Create Application
Create an application for the given Payor ID.
Applications provide a means to group your API Keys
For example you might have an SAP application that you wish to integrate with Velo
You can create an application and then create one or more API keys for the application
post/v1/payors/{payorId}/applications
Path parameters
payorIdstring uuid required
The account owner Payor ID
Request body
Example request
{
"name": "SAP",
"description": "SAP Application integration"
}Response
Success