Payors

Create Application

Create an application for the given Payor ID. Applications are programatic users which can be assigned unique keys.

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

Changes