Create Customer Charge
Creates a new charge for the customer and updates their charge summary.
<script>
window.cp('charge', {
amount: '<amount>', // Amount in smallest currency unit
});
</script>Last updated
Creates a new charge for the customer and updates their charge summary.
<script>
window.cp('charge', {
amount: '<amount>', // Amount in smallest currency unit
});
</script>Last updated