When we pay online, in which table we update the payment status? And do we also add txn id in any table?.
-
When we pay online, in which table we update the payment status? And do we also add txn id in any table?.
-
Hi @cm1990
Payment status and vat id updates in orders table, you may check the status column or cutomer_vat_id -
@Vaishali-Agarwal said in When we pay online, in which table we update the payment status? And do we also add txn id in any table?.:
cutomer_vat_id
What will be the status if payment is successful? like processing, pending and so on and What is the use of VAT id here.?
-
@csmehra
if payment is online then invoice generated automatically and payment status set to processing.
Also customer_vat_id is just added as extra info of customer which is coming from customer addresses table -
@Vaishali-Agarwal Thank you so much team bagisto