Create the new manual allocation transaction

post

/service/v1/initiateManualAlloc

This endpoint creates new manual allocation transaction for the provided Payments and Virtual account numbers.

Request

Supported Media Types
Header Parameters
Body ()
Request Body to create manual allocation transaction
Root Schema : ManualAllocServiceCollection
Type: object
Collection manual allocation transactions
Show Source
Nested Schema : reconTxnCollection
Type: array
Show Source
Nested Schema : ManualAllocServiceDto
Type: object
each manual allocation detail
Show Source
Nested Schema : manualAllocList
Type: array
Show Source
Nested Schema : ManualAllocationDto
Type: object
each manual allocation deatail
Show Source
Nested Schema : allocationList
Type: array
Show Source
Nested Schema : AllocationDto
Type: object
each allocation deatail
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successfully saved data
Body ()
Root Schema : ResponseServiceDto
Type: object
each recon txn deatail
Show Source
Nested Schema : errorCodes
Type: array
Show Source
Nested Schema : reconTxnList
Type: array
Show Source
Nested Schema : ErrorResponseServiceCode
Type: object
Show Source
Nested Schema : ResponseServiceCode
Type: object
Show Source
Nested Schema : allocationTxnList
Type: array
Show Source
Nested Schema : errorCodes
Type: array
Show Source
Nested Schema : AllocationResponse
Type: object
Show Source
Nested Schema : errorCodes
Type: array
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top