API Documentation
All API
Service
Search for Account Registration StatusSync
Version: v1
Version: v1
/api/v1/bankaccounts/ars/register/inquiry
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
status
string
Required
Min : 1 , Max : 20
Account registration processing status
- ARS_AUTH_IN_PROGRESS : (in progress) ARS authentication in progress
- ARS_AUTH_DONE : (in progress) ARS authentication has been successful and the account is being registered as a withdrawal transfer account
- ARS_AUTH_FAILED : (failed) Account registration failed since ARS authentication failed
- BANK_ACC_REG_FAILED : (failed) ARS authentication was successful, but the account withdrawal transfer failed
- BANK_ACC_REGISTERED : (success) ARS authentication is successful and the account is registered for withdrawal transfer
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
Registration is in progress or the account is registered successfully.
400
Error code
002_019
Message
Not found ars bank account register error.
Description
Account registration processing number does not exist.
400
Error code
002_014
Message
Bank account register failed due to ARS auth failed.
Description
Bank account registration failure due to ARS authentication failure.
400
Error code
002_015
Message
Bank account register failed due to lifetime account.
Description
This is a lifetime account.
400
Error code
002_016
Message
Invalid account.
Description
This is an account restricted for transactions.
400
Error code
002_017
Message
Bank account owner's social no is not correct.
Description
The account holder's resident registration number is incorrect
400
Error code
002_018
Message
Communication with PG error.
Description
PG communication error
400
Error code
002_043
Message
Bank account problem.
Description
은행 계좌에 문제가 있음. 은행에 문의.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!