결제 승인과 결제 중단이 동시에 웹훅으로 오는 경우

. .
.
16:35:48 가 DONE는 ABORTED.
의 orderId . (0720-1635-2327087-0)
.

{
  "createdAt": "2023-07-20T16:35:47.729718",
  "eventType": "PAYMENT_STATUS_CHANGED",
  "data": {
    "mId": "xxxxx",
    "lastTransactionKey": "xxxxx",
    "paymentKey": "xxxxx",
    "orderId": "xxxxx",
    "taxExemptionAmount": 0,
    "status": "DONE",
    "requestedAt": "2023-07-20T16:35:05+09:00",
    "approvedAt": "2023-07-20T16:35:47+09:00",
    "useEscrow": false,
  }
}

{
  "createdAt": "2023-07-20T16:35:47.775093",
  "eventType": "PAYMENT_STATUS_CHANGED",
  "data": {
    "mId": "xxxxx",
    "lastTransactionKey": "xxxxx",
    "paymentKey": "xxxxx",
    "orderId": "xxxxx",
    "taxExemptionAmount": 0,
    "status": "ABORTED",
    "requestedAt": "2023-07-20T16:35:05+09:00",
    "approvedAt": null,
  }
}


.
ABORTED .
CleanShot_2023-07-20_at_18.41.282x.png
Was this page helpful?