How to charge a user?

Hi,
I want to charge a user (using PHPiSdk) whose already purchase a product. Is there any way to charge user specific amount on certain conditions using api, without purchasing any new product.

Thanks

It looks like you need an Invoice with at least one Line Item.

Thanks for your reply,

Yes I add a invoce, But is there any way to charge this invoice without adding product to it.

Hi @Arvinder_Kumar, You will need to first add an item to the invoice. If you attempt to charge an invoice without any items, you should see “There was no balance to charge”. This is because without any invoice items, there is no balance to charge.

2 Likes