Tagged Questions
0
votes
1answer
340 views
Stop Magento sending auto invoice after completed payment
The thing is, I want to send them manually via the API because in my country a invoice is a legal-bound order.
Is there a way to do that?
Thanks for your help!
0
votes
1answer
111 views
Paypal with invoice and order confirmation in android app
I have to develop one shopping cart app and integrate Paypal. How can I set the Paypal payment invoice data?
How can I add productname, quantity, price to Paypal payment invoice?.
This is my code ...
0
votes
1answer
156 views
Paypal C# API: CreateInvoiceRequest dueDate
I'm having an issue when using Paypal's CreateInvoiceRequest so the question is:
What is the datetime format used by CreateInvoiceRequest.dueDate (or CreateAndSendInvoiceRequest)?
All the ...
-2
votes
1answer
750 views
PayPal Invoice API [closed]
Okay, so basically I have system for making bookings, the users have the option for online payment, over the phone or in-store.
If on the booking form the user select online I want them to get an ...
0
votes
2answers
715 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!
3
votes
1answer
3k views
Automatic invoicing in magento
I have created new custom product type which extends virtual product in magento. Now I would like to block automatic invoicing for online payments eg. paypal when order contains at least one custom ...
2
votes
1answer
320 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
3answers
936 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