API Documentation
All API
Service
ChargeSync
Version: v1
Version: v1
/api/v1/recharges/by-bank-accounts/no-hce
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
nrNumber
string
Required
Min : 1 , Max : 50
Transaction number
isPending
boolean
Required
Waiting for charging transaction
(Charging) If a normal response is not received from the PG due to network instability, etc. during the transaction, the value is returned as "true".
Such transaction may take some time depending on the network conditions of the bank or PG, and the PG continuously checks success of withdrawal transfer.
If it succeeds, the card charge transaction is completed, and if it fails, it is processed as a charging failure.
On the day of the request, charging transaction will be checked continuously every 5 minutes.
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
Success
400
Error code
000_002
Message
Invalid input parameter. userId
Description
Invalid input parameter
400
Error code
007_001
Message
Bank account not found.
Description
No account registered
400
Error code
007_002
Message
Inconsistent requested benefit.
Description
The requested benefit information (incentive) and the benefit information to be applied at the time of charging are different.
400
Error code
007_003
Message
Credit limit exceeded.
Description
Refusal of approval due to exceeding the amount (limit) from Kona Card's approval server
400
Error code
007_004
Message
Withdraw failure from PG.
Description
Failed to withdraw money from PG
400
Error code
007_005
Message
Account charge request while proceeding.
Description
A request to charge the account is received while a charging transaction to the account is in progress.
400
Error code
007_006
Message
Account charge request while proceeding auto charge.
Description
A request to charge the account is received while an auto charging transaction is in progress at the time of payment.
400
Error code
007_007
Message
Recharge amount should be more than zero.
Description
The amount requested to be charged is less than 0 won
400
Error code
007_008
Message
Same sequenceId already exists.
Description
A request was already made for the same seqId.
Show All
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!