취소 시나리오
전체 장바구니 취소(수동)
status (선택 과목)
- 요청
- 응답
curl -L 'https://api.omnicart.scripsi.io/status/:6f891edb-1e1f-48bb-b042-2cb790a0f402' \
-H 'Accept: application/json' \
-H 'Api-Access-Token: <Api-Access-Token>'
{
"data": {
"cartId": "6f891edb-1e1f-48bb-b042-2cb790a0f402",
"currency": "XAU",
"totalAmounts": {
"initiated": 250,
"captured": 250,
"refunded": 0,
"current": 250
},
"items": [
{
"pegasus": {
"paymentStatus": "authorized",
"itemAmounts": {
"initiated": 250,
"captured": 250,
"refunded": 0,
"current": 250
}
}
}
]
},
"code": "000000",
"message": "Success",
"timestamp": "2025-04-23T18:25:43.511Z"
}