get_disbursement_status
API Attributes | |
---|---|
Direction | Inward |
Invoked by | PBMS |
Mode | Synchronous |
Tables | disbursement_recon disbursement_error_recon |
This API accepts a List[disbursement_id]
For every disbursement_id in the request, this API fetches the records from the following tables
disbursement_recon (there can be a max of 1 record for a disbursement_id)
disbursement_error_recon (there may be 1 or many records)
The API returns records from these two tables for every disbursement_id
It returns a List[DisbursementStatusPayload]
DisbursementStatusPayload
disbursement_id
DisbursementRecon - max of 1 record, can be 0 records
List[DisbursementErrorRecon] - may be 0, 1 or many records
Last updated