API Documentation
All API
Service
Cancellation of ChargeSync
Version: v1
Version: v1
/api/v1/recharges/by-bank-accounts/no-hce/cancel
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
isPending
boolean
Required
Waiting for charging transaction
(Cancellation of charge) 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 cancellation transaction is completed, and if it fails, it is processed as a charge cancellation failure.
On the day of the request, charge cancellation 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_030
Message
Cancellation not possible for this transaction.
Description
충전 취소가 불가능한 거래.
400
Error code
007_040
Message
Cancel request for another method.
Description
충전 취소할 충전 건의 충전 금액 지불 방식이 다른 경우.
400
Error code
007_043
Message
Cancellation request denied due to name mismatch.
Description
시스템에 등록된 회원 이름과 은행계좌 소유자명이 다른 상태에서 취소 요청이 들어온 경우 발생한 에러.
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!