0👍
A Charge Permission is a contract between you (the merchant) and the buyer. It represents the buyer’s consent to be charged. The Charge Permission is used to facilitate deferred transactions. For simple payment use cases, such as immediate Authorization and Capture, you may not need to use the Charge Permission object at all.
Supported operations:
- Get Charge Permission – GET https://pay-api.amazon.com/:environment/:version/chargePermissions/:chargePermissionId
- Update Charge Permission – PATCH https://pay-api.amazon.com/:environment/:version/chargePermissions/:chargePermissionId
- Close Charge Permission – DELETE https://pay-api.amazon.com/:environment/:version/chargePermissions/:chargePermissionId/close
- [Vuejs]-Vue3, getting state value from store to vue isn't working
- [Vuejs]-Vue 2: vue-router-3.x not redirecting/pushing from App.vue
Source:stackexchange.com