diogolanna Posted September 26, 2012 Share Posted September 26, 2012 Hello, When i run the API command "Add invoice payment" passing this data: [action] => addinvoicepayment [invoiceid] => 1000055 [transid] => 12312098312328312803 [amount] => 19.90 [gateway] => boleto [date] => 26/09/2012 I got this result: Erro API : Invoice ID Not Found But if i try "Get Invoice" passing this data [action] = getinvoice [invoiceid] = 1000055 i have success: [result] => success [invoiceid] => 1000055 [invoicenum] => [userid] => 1000009 [date] => 2012-09-24 [duedate] => 2012-09-29 [subtotal] => 19.90 [credit] => 0.00 [tax] => 0.00 [tax2] => 0.00 . . . [transactions] => I tried with other invoices and error and the same. Anyone know anything about it? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.