A Boarding Application always starts by choosing a campaign and processingMethod. We have two main types of campaigns Standard or Other.A standard campaign is a pre-fixed system campaign with standard pricing fees (Interchange or 3 Tier). Other is used for all the other types of campaigns where we do special conditions, pricing fees etc. The processingMethod determines the method of processing that a merchants wants to apply for.| Fields | Description | Type | Filterable | Required | Readonly |
|---|
| id | Unique ID of the campaign | Integer | Yes | No | Yes |
| name | Name of the campaign | String | Yes | No | Yes |
| type | Standard or Other | ENUM | Yes | No | Yes |
| processingMethod | Acquiring, ACH or All | ENUM | Yes | No | Yes |
| createdOn | Date and Time of creation | DateTime | Yes | No | Yes |
Modified at 2025-08-09 05:39:42