Skip to main content

List Transfer Reasons

Fetch the list of transfer reason codes to pass when making an Initiate Disbursement call.

Applies to: Pakistan


Endpoint

MethodGET
Path/merchants/{merchantId}/disbursements/reasons
Sandboxhttps://sandbox.simpaisa.com

Response Parameters

ParameterTypeDescription
idIntSimpaisa-delegated ID for each reason, ordered sequentially
categoryStringReason for the funds transfer or payment, covering B2B, B2C, or C2C scenarios
codeStringThe code defining the type of disbursement taking place

Sample

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