- Original Poster
- #1
Hi,
I am having difficulties of understanding the online payment logic. Maybe somebody will be able to help me. Let's say I have a cart implemented into my frontend. The cart is connected with my merchant (well this I do not understand fully yet). And I have my backend which is also connected with my cart. So, whenever a user comes, adds some stuff to the cart, gives me his details (credit card number, expiry dates and etc.). After the user press checkout should I connect with my merchant and check for available credit and take the payment right away, or should I somehow store this info as an unfulfilled order in my backend database and after this my employee would charge the user from the backend and only after this fulfill the order. You can see that Im a bit confused with this, so I would appreciate a little explanation or a good link. Thanks a lot in advance!
Regards,
I am having difficulties of understanding the online payment logic. Maybe somebody will be able to help me. Let's say I have a cart implemented into my frontend. The cart is connected with my merchant (well this I do not understand fully yet). And I have my backend which is also connected with my cart. So, whenever a user comes, adds some stuff to the cart, gives me his details (credit card number, expiry dates and etc.). After the user press checkout should I connect with my merchant and check for available credit and take the payment right away, or should I somehow store this info as an unfulfilled order in my backend database and after this my employee would charge the user from the backend and only after this fulfill the order. You can see that Im a bit confused with this, so I would appreciate a little explanation or a good link. Thanks a lot in advance!
Regards,
