Langsung ke konten utama

Verifikasi rekening

smilepayz teamsKurang dari 1 menit

Nama pemilik rekening bank/dompet di 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
X-TIMESTAMPMStringFormat: yyyy-MM-ddTHH:mm:ss±HH:mm
X-SIGNATUREMStringRequest signature; Signature Generation.
X-PARTNER-IDMStringmerchantID (alphanumeric).

Body Parameters

FieldRequiredTypeDescription
merchantIdMStringPlatform merchant ID.
bankAccountNoMStringAccount number to look up.
paymentMethodMStringBank or e-wallet code (e.g. BCA).
areaMIntegerRegion code; 10 = Indonesia.

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
X-TIMESTAMPMStringFormat: yyyy-MM-ddTHH:mm:ss±HH:mm

Body Parameters

FieldRequiredTypeDescription
codeMString00 = success; other codes = error.
messageMStringResult text (UTF-8).
bankAccountNoOStringQueried account number.
bankAccountNameOListHolder name(s).
paymentMethodOStringMethod code echoed.

Example Body – Account Inquiry Response:

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