Tagged Questions
3
votes
1answer
476 views
Create Invoice Method is not working properly of Magento API
I am trying to create sales order Invoice using Magento API in android application using XMLRPC.I am using the method "sales_order_invoice.create" for creating invoice.This method is giving me Invoice ...
0
votes
2answers
719 views
Is there a PHP wrapper for PayPal Invoicing API?
I find PayPal and their API's a bit complicated and would very much like to know if there's a PHP wrapper for the invoicing API out there?
Thanks!
2
votes
2answers
888 views
Creating Invoice & Capturing on Shipment
We've got some API integrations that will periodically create shipments for orders.
What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this ...
2
votes
1answer
321 views
Does Paypal's Recurring Payments logic take into account VAT changes?
I have an application that will charge users a small fee on a monthly basis, but the amount is VAT-able. VAT is changing in January from 17.5% to 20%.
How does Paypal handle this? I can see in the ...
2
votes
2answers
555 views
FreshBooks API Libraries
I am new to FreshBooks (not only the API) and I want to use it for some automatically generated invoices. I was trying to run some of the source code examples (the PHP and JS libraries in particular):
...
2
votes
3answers
938 views
Google checkout invoice through API
Hey all
I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal)
I can't find how. or at least how to generate a new order (money request)
thank you