I encountered an error during the signature verification process. When I received the data, I noticed that the value was sent as a number. I tried converting the number to a string, but it did not work.
For example, I changed 10000000 to "10000000" and "10000000.0", but the issue still persists. This is my data. Please help me check this case. If you need any additional information, please let me know. Thank you.
{
"eventType": "payout.changed",
"createdAt": "2026-01-29T16:15:20+09:00",
"version": "2022-11-16",
"eventId": "whevt_a01kg49pjf9ajek1bmrj2bqqak4",
"entityType": "payout",
"entityBody": {
"id": "tdpo_a01kg426ey0sefetp2ayr30jexs",
"refPayoutId": ".......................................",
"destination": "seller_a01kg4267s1b3h65fqq65gqkzcy",
"scheduleType": "EXPRESS",
"payoutDate": "2026-01-29",
"amount": {
"currency": "KRW",
"value": 10000000
},
"transactionDescription": "지급대행",
"requestedAt": "2026-01-29T14:04:13+09:00",
"status": "COMPLETED",
"error": null,
"metadata": {}
}
}