Update the payment status after allocation
post
/service/v1/allocationStatus
This endpoint updates the payment status after allocation.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
App Id
-
branchCode: string
branchCode
-
userId: string
user id for SMS
Request Body to update allocation amount & status
Root Schema : AllocationRequestDto
Type:
object
Allocation request Dto
Show Source
-
allocationAmt(optional):
number
Allocation Amount
-
allocationStatus(optional):
string
Allocation Status
-
paymentRefNo(optional):
string
Payment reference number
-
reconAction(optional):
string
Recon Action
-
reconTxnRefNo(optional):
string
Recon Txn Reference No
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns Ok response
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error