Skip to main content

Get Disbursement

Fetch the details of a disbursement transaction. You can look it up either by the transaction reference provided in the Initiate Disbursement call, or by the uuid Simpaisa assigns to every disbursement.

Applies to: Pakistan


Endpoint

LookupMethodPath
By referenceGET/merchants/{merchantId}/disbursements?reference={reference}
By UUIDGET/merchants/{merchantId}/disbursements?uuid={uuid}

Sandbox base URL: https://sandbox.simpaisa.com


Response Parameters

ParameterDescription
customerNameThe customer's name shared by the merchant in the disbursement file
customerAccountThe customer's account number (IBAN) shared for disbursement
issueDateThe date the disbursement was requested. Disbursements become available immediately after they are issued.
disbDateThe date the disbursement was completed. Available immediately after it is disbursed.
currencyThe currency used by all requests in the disbursement
referenceUnique identifier defined by the merchant for the disbursement
actualAmountThe amount the request was placed for, without any fees or charges
disbursedAmountThe final amount the beneficiary receives, after deductions
deductedAmountThe amount deducted as fee or tax (can apply to the merchant and/or beneficiary depending on the business case)
adjustmentsWithTaxManual adjustments, if present; already included in the total disbursement amount
stateState of the disbursement
reasonReason or purpose of the disbursement
commentsA message describing the current state of the settlement (in case of rejection, the reason for the failure)
settlementsA collection of fees applied to the merchant or customer. The list of possible deductions is shared with the business at the time of agreement.

Sample

curl --location --request GET \
'https://sandbox.simpaisa.com/merchants/{merchantId}/disbursements?reference=pay89' \
--header 'Content-Type: application/json'