Skip to content

Calculate the service fee for a given amount (front or backend)​

POST
/api/v2/fee/get-processing-fee

Uses the front or backend service fee structure to calculate a fee - does not consider non-applicable items

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"useBackendFees": "0 or 1",
  
"amount": "121.30"
}

Responses​

Playground​

Authorization
Body

Samples​


Calculate the service fee for a given amount (front or backend)​

POST
/api/v2/fee/get-individual-service-fee

Uses the front or backend service fee structure to calculate a fee - does not consider non-applicable items

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Body

Samples​


Calculate the service fee for a given amount (front or backend)​

POST
/api/v2/fee/get-individual-third-party-fee

Uses the front or backend service fee structure to calculate a fee - does not consider non-applicable items

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Body

Samples​


Calculate the fee1 (usually tax) for a given ticketType and amount​

POST
/api/v2/fee/get-fee1

Uses the fee values from the ticketType to calculate the fee (normally tax)

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
{
  
"amount": "121.30",
  
"typeId": "6079"
}

Responses​

Playground​

Authorization
Body

Samples​


Calculate the fee2 (usually gratuity) for a given ticketType and amount​

POST
/api/v2/fee/get-fee2

Uses the fee values from the ticketType to calculate the fee (normally gratuity)

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Playground​

Authorization
Body

Samples​


Powered by VitePress OpenAPI