Skip to main content

Inquire Disbursement

Monitor the status and details of a disbursement transaction after it has been initiated. Using a unique reference ID, you can track whether the disbursement has been completed, is in progress, or has been rejected. This supports reconciliation and provides transparency into transaction processing.

Applies to: Bangladesh

This Bangladesh payout flow uses the /remittance/... endpoint path in the original source material.


Endpoint

MethodGET
Path/remittance/{merchantId}/inquire?reference={reference}
Sandboxhttps://sandbox.simpaisa.com

Request Parameters

ParameterRequiredTypeLengthDescription
merchantIdYesInt10The unique ID of a merchant provided by Simpaisa
referenceYesString50The payment reference provided when initiating the disbursement

Response Parameters

ParameterTypeLengthDescription
remittanceObjectDetails of the transaction that has been executed
referenceString45The reference provided when initiating the disbursement
issueDateString20The date the transaction was executed
currencyString3Currency in which the transaction was executed
actualAmountInt15The amount of the transaction
deductedAmountInt15Amount deducted as fee or tax
remitAmountInt15The amount received by the beneficiary
stateString20The status of the transaction
commentString50Comment or details of the transaction status
reasonInt4The reason or purpose of the transaction
remitterNameString199Name of the remitter or sender
beneficiaryNameString199Name of the beneficiary or receiver
beneficiaryAccountNoString24The account number of the beneficiary or receiver
settlementsObjectDetails of fees or taxes applied on the merchant or beneficiary

Sample

curl --location --request GET \
'https://sandbox.simpaisa.com/remittance/{merchantId}/inquire?reference={reference}'