Skip to main content

Remit Initiate Double

remit-initiate is the second call in the double API remittance flow. After registering the remitter and beneficiary with Register Remit, this call remits the amount against the reference returned by that step.

Applies to: Pakistan · Bangladesh


Endpoint

MethodPOST
Path/remittance/{merchantId}/remit-initiate
Sandboxhttps://sandbox.simpaisa.com

Request Parameters

ParameterRequiredTypeLengthDescription
referenceYesString45Unique reference used to register the remitter and beneficiary
amountYesString15The amount to be sent or remitted
narrationYesString30Comments or a brief description of the remittance
purposeYesString4Reason for the remittance or funds transfer

Response Parameters

ParameterTypeLengthDescription
statusString4Status of the API call
remitReferenceString20Unique reference for the remittance
messageString50Status message of the API call
referenceString45The unique reference of the remittance provided for registration of the remitter and beneficiary
signatureStringThe signature of the response body, sent by Simpaisa for validation
info

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


Sample

{
"request": {
"reference": "remette_225",
"remitReference": "customer122_249",
"amount": "100",
"narration": "testing",
"purpose": "1152"
},
"signature": "sq2UgUnGlyr7ah4djdtazIrBKexoiLut+Cve3AF0svyevhR8r9aOJera9ji4H6vbXFrPgZBCC9aldWP1JXV13pNFAuzxyi28q0EX8BbwogOKQjMx4aXxdiFPGTmM+I/xrtWTuV183NFrwRdwjW4xWK4wqNS7TNW2d63kzR2Fymv/0kcGY/H/qzloflSRFkmx+HbrJxRaqV6SLIkEnXJM+KFEjsIxlo4StEknbL/Kd1El2z5b5e3yDdq5Xv9kElQZOpNem9KhoptXyXeH84xfzMZovK3EiHjOBOHjjKAnk63TBo20kGttUE+fpWVUQ3iOgMquWAJRygHVBvGuU34wYQ=="
}