Hi there.
I am using an open source sharetribe marketplace. I have enable the Stripe payment and i want to know some things regarding the mysql database.
I want to know, or if someone can give me an example about the table ‘stripe_payments’ how it looks when a transactions is completed. There is a field called ‘status’, and i thing there is where things change, but i don’t know what are the possible states.
Also in the ‘transactions’ table is a field called ‘payment_process’. I think here are some possible states but i don’t know what are.
I want to know those things because i want to manually edit the tables so then the reviewing system appears, because now i don’t know how to enable the review. I know that reviewing is just for online payment but i also think there are some fields that can be edited to enable the review. Maybe i’m wrong, but i would like an explanation.
Thank you in advance.