Skip to main content

Get Customer

Fetch the details of a registered customer by their customer reference.

Applies to: Pakistan


Endpoint

MethodGET
Path/merchants/{merchantId}/disbursements/register-customer?reference={reference}
Sandboxhttps://sandbox.simpaisa.com

Response Parameters

ParameterTypeLengthDescription
referenceString45A unique reference per customer, attached to the bank or wallet account provided by the beneficiary. Used as customerReference in the initiate disbursement request.
customerNameString45The customer's name shared by the merchant
customerContactString45The customer's contact number (mobile) with country code
customerEmailString100The customer's email address
customerDobString25The customer's date of birth, formatted as per ISO 8601
customerGenderString10The customer's gender — MALE, FEMALE, or OTHER
customerAddressObjectThe address of the customer
customerAddress.countryString45The country of the address as an ISO 3166 Alpha-2 code
customerAddress.cityString45The city of the address
customerAddress.stateString45The region/state of the address
customerAddress.streetAddressString45The street address
customerAddress.postalCodeString25The postal code of the address
customerAddress.landmarkString45A landmark for the address
customerAddress.freeformAddressString150A free-form description of the address
customerMaritalStatusString10The marital status — SINGLE, MARRIED, or DIVORCED
customerIdNumberString45The customer's national identification number
customerIdExpirationDateString25The expiration date of the national ID (e.g. CNIC), formatted as per ISO 8601
customerNtnNumberString15The national taxation number of the customer
customerAccountString45The customer's account number (IBAN or wallet) shared for disbursement
accountTypeString3The account type — BA for bank accounts, DW for digital wallets
destinationBankString25The name of the bank/wallet entity holding the customer's account
branchCodeString15The unique code assigned to the bank branch holding the customer's account
createdDateDatetimeThe customer creation date

Sample

curl --location --request GET \
'https://sandbox.simpaisa.com/merchants/{merchantId}/disbursements/register-customer?reference=AJDfldjlafdJADJ000' \
--header 'Content-Type: application/json'