How does the online payment thing work?
How do I get online payment working and how do I accept cards if I don't want to do Pay Pal?

-
When you click "Accept payment" a dialogue box will pop up asking you for an amount.
The amount you type will be passed as "&amount=" in the URL. If you use a shopping cart that doesn't use the amount argument, we'll convert it to the variable your shopping cart uses before passing it.
-
Warren commented
What if you have different clients can you bill each of them different prices or does it have to relate to your cart?
-
Thanks for reaching out! You can integrate with PayPal out-of-the-box by adding your PayPal ID (e-mail) in the administrator control panel.
If you use an online shopping cart with a different provider, send the API specification to support@instanthousecall.com and we'll do the integration for you at no charge.
Here are the minimum details we'll need:
- URL (must be HTTPS with a valid certificate)
- variable for "amount"
- variable for "description"
- whether variables are passed via POST or GETIf your online shopping cart needs other info like locale, currency code, or country, please include those details.
Once received, it can take 24-48 hours to get everything set up.