Skip to main content

Re-initiate Disbursement

Re-initiate a disbursement request against an individual through the Simpaisa platform. A disbursement can only be re-initiated when its state is on_hold. The fund transfer is executed with the appropriate authorization and authentication.

Applies to: Pakistan


Endpoint

MethodPUT
Path/merchants/{merchantId}/disbursements/initiate
Sandboxhttps://sandbox.simpaisa.com

Request Parameters

ParameterRequiredTypeLengthDescription
referenceYesString255A unique reference number provided by the merchant, identifying the transaction. Preserved on the Simpaisa platform for reconciliation and returned in the response.
re-initiateYesString3Pass yes to re-initiate the disbursement

Sample

curl --location --request PUT 'https://sandbox.simpaisa.com/merchants/{merchantId}/disbursements/initiate' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"reference": "db-55-92",
"re-initiate": "yes"
},
"signature": "eWoxVHDDrhcJ4VTfpD3/t+nr/vz5lwFt/ChGcw9+jw95Z0uEig3rgCIez0EKmayFVtLpuwmUMVhplO7AeUyrgztZ3p2TPkEUsM3DjsXCaNyqa2w4hg90y3bfCa58ou65yMchO/ZKJBrG9CvimGnDBabbxrstLqZFprOLfUNhL+bnL7AxIfQ97lEA43W+QpArWMHlEpZaaYfh12s7ZcslvIGB1bxdgTODRne5PkHecISXNk7xhQkyA+F9RGdHSURCK2YwwcXi1nNrbxu+/r1QXZHQ3JIq4OihX65zZRwQ1tYlZ4M2pw8Ao7tkwjE20cm3NdE6rs8j+F5OXTpDnru5sg=="
}'
info

The signature is generated only for the request and response sections.