Skip to main content

List Banks

Fetch the list of available banks and mobile wallets on which a disbursement can be initiated.

Applies to: Pakistan


Endpoint

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

Response Parameters

ParameterTypeLengthDescription
codeString3The destinationBank code to use when registering a customer
nameString255The complete name of the bank
accountTypeString3Defines whether the account is a bank account (BA) or digital wallet (DW)
bankTypeStringDefines the kind of transaction supported (e.g. digital payment or cash over the counter)

Sample

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