Skip to main content

Inquire Disbursement

Query a previously initiated Bangladesh or Egypt payout by merchant reference to retrieve the latest transaction state.

Applies to: Bangladesh, Egypt

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}'

Canonical reference: Inquire Disbursement