Calculate the charges

post

/service/v1/charges

This endpoint is used to calculate the charges based on given parameters.

Request

Supported Media Types
Header Parameters
Body ()
Request Body For Charge Calculation
Root Schema : ChargeCalculationRequestDto
Type: object
Show Source
Nested Schema : txnDetails
Type: array
Show Source
Nested Schema : TransactionDetailsRequestDto
Type: object
Show Source
Nested Schema : priceMethods
Type: array
Details of each charge to be calculated
Show Source
Nested Schema : txnAttributes
Type: array
Show Source
Nested Schema : ChargeCalculationDetails
Type: object
Show Source
Nested Schema : TransactionAttribute
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Calculated charges
Body ()
Root Schema : ChargesResponseDto
Type: object
Show Source
Nested Schema : txnDetails
Type: array
Show Source
Nested Schema : TransactionDetailsResponseDto
Type: object
Show Source
Nested Schema : chargeDetails
Type: array
Collection of calculated charges
Show Source
Nested Schema : ChargesDetails
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top