|
Hi All,
I am integrating the Gift_certificate payment in epos system to accomplish this i am analyzing how the process works.When we make the payment using the gift_card in e commerce it will create a payment_method_id which will be associated with the card number ,This card number will be associated with the fin_account_id where the actual transaction happens, A new payment_method_id will be generated for the each party id which uses the gift_card, if the same gift_card used by the different parties a payment_method_id will be associated for that party, whenever he makes the purchase the existing payment_method_id will be used, But my question is in the database tables i could not able to find the relation between the payment_method table and fin_account table... but the payment_method and the gift_card table are related but this gift_card table and fin_accont table are not at all related can any one tell me how these tables are related.
|