Skip to main content

Verify Account Title (Pakistan)

Verify a beneficiary account title before remittance initiation. This helps prevent failed transactions caused by invalid or mismatched beneficiary details.

Applies to: Pakistan


Endpoint

MethodPOST
Path/remittance/{merchantId}/fetch-account
Sandboxhttps://sandbox.simpaisa.com

Headers

HeaderValue
Accepttext/plain, application/json, application/*+json
Content-Typeapplication/json
moderemittance
regionPK
version3.0

Request Parameters

ParameterRequiredTypeLengthDescription
destinationBankYesString5Bank ID where the beneficiary account is held
customerAccountYesString24Beneficiary IBAN, account number, or mobile wallet
merchantIdYesString10The unique identifier provided to the merchant by Simpaisa
signatureYesStringRSA request signature

Response Parameters

ParameterTypeLengthDescription
statusString4Status code of the API response. 0000 indicates success.
messageString50Message accompanying the status
customerAccountString24The verified beneficiary account number/IBAN
accountTitleString40Official account title from the destination bank
bankTitleString30Name of the destination bank
destinationBankString5Bank ID where the account exists
signatureStringResponse RSA signature

Sample

curl --location --request POST 'https://sandbox.simpaisa.com/remittance/{merchantId}/fetch-account' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"destinationBank": "12486",
"customerAccount": "PK28TMFB0000000045745227"
},
"signature": "signature_string"
}'