Overview
If the merchant's prepaid balance is insufficient for the amount to be granted, executing the PayPay Points API (formerly Cashback API / Balance API) /v2/cashback will not complete the point grant. When executing the related point grant confirmation API, /v2/cashback/{merchantCashbackId}, an error indicating insufficient balance will be returned.
Returned Content
| Status | Code | Behavior |
|---|---|---|
| 200 | NOT_ENOUGH_MONEY | The point grant is not completed due to insufficient merchant prepaid balance. |
How to Respond
- Please confirm that the merchant's prepaid balance is equal to or greater than the amount you are trying to grant.
- If the prepaid balance is insufficient, please prepare the necessary balance before retrying.
Notes
- Until the insufficient balance state is resolved, retrying under the same conditions will not complete the point grant.
Please retry by specifying a new merchantCashbackId after replenishing the balance.