Skip to main content

Account verification

smilepayz teamsLess than 1 minute

Resolve holder name for bank or e-wallet accounts in Indonesia (paymentMethod, area 10).

Request

POST/v2.0/inquiry-account

Request Path:

sandbox: https://sandbox-gateway.smilepayz.com/v2.0/inquiry-account
production: https://gateway.smilepayz.com/v2.0/inquiry-account

Header Parameters

FieldRequiredTypeDescription
Content-TypeMStringapplication/json request body.
X-TIMESTAMPMStringFormat: yyyy-MM-ddTHH:mm:ss±HH:mm
X-SIGNATUREMStringSignature of JSON body (see product Signature doc).
X-PARTNER-IDMStringYour merchantID (alphanumeric).

Body Parameters

FieldRequiredTypeDescription
areaMIntegerRegion code; 10 = Indonesia.
merchantIdMStringSmilepayz merchantId for this call.
paymentMethodMStringCode (see Payment methods doc).
bankAccountNoMStringAccount number to look up.

Example Body – Account Inquiry Request:

Content-type: application/json
X-TIMESTAMP: 2020-12-18T15:06:00+07:00
X-SIGNATURE: 85be817c55b2c135157c7e89f52499bf0c25ad6eeebe04a986e8c862561b19a5
X-PARTNER-ID: 20001

Responses

HTTP Request

FieldRequiredTypeDescription
Content-TypeMStringapplication/json request body.
X-TIMESTAMPMStringFormat: yyyy-MM-ddTHH:mm:ss±HH:mm

Body Parameters

FieldRequiredTypeDescription
codeMString00 success, other values error.
messageMStringUTF-8 human-readable result line.
paymentMethodOStringCode (see Payment methods doc).
bankAccountNoOStringQueried account number.
bankAccountNameOStringHolder name (UTF-8).

Example Body – Account Inquiry Response:

Content-type: application/json
X-TIMESTAMP: 2020-12-17T10:55:00+07:00
Last update: