Please check the execution result of the PayPay Points API using `getCashbackDetails`.
Since Cashback is processed asynchronously, the `give cashback to User` only accepts the request. The final processing result is designed to be checked with `Check Cashback Details`.
Below is the relationship between `resultInfo.code` and `resultInfo.data.status` in `Check Cashback Details`.
| resultInfo.data.status | resultInfo.code | Meaning |
| SUCCESS | SUCCESS | Cashback completed |
| ACCEPTED | SUCCESS | Cashback processing |
| FAILURE | NOT_ENOUGH_MONEY BALANCE_OUT_OF_LIMIT INTERNAL_SERVICE_ERROR | Cashback failed |
Please refer to the diagram below for the processing flow.