v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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

namestring required

The name of the application.

descriptionstring nullable

Description of the application.

Example request

{
  "name": "SAP",
  "description": "SAP Application integration"
}

Response

Success