API Documentation
All API
Service
Bank account registration via PGAsync
Version: v1
Version: v1
/api/v1/bankaccounts/ars/register
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
bankAccRegNo
string
Required
Min : 1 , Max : 22
Account registration processing number
After ARS phone authentication, the number is used as an input value to check account registration.
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
After the member's ARS authentication, the bank account is successfully registered.
400
Error code
002_013
Message
Ars auth and bank account register is still in progress.
Description
The registration process is in progress. This error occurs when a duplicate request is made with the same member ID while the ARS authentication and account registration process is in progress. After ARS authentication, a member's account registration process cannot proceed more than one time at the same time.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!