Search
-
This looks like daily limits, is there a way to see the per minute transaction limits?
-
Can you send me some examples of this being done succesfully?
-
We're sending invoices to method and the infromation is changing after we send. I'm not sure why.
------------------
Subtotal: Sent as a string with a different value, received as an integer ("6815.00" vs 4590).
SalesTaxTotal: Sent as a string with a different value, received as a float ("885.95" vs 596.7).
These ...
-
When we collect payment on an invoice through our website is there a better way to apply payment than to post a payment record to payments and then link the invoice ID and the payment ID with an applypaymenttxn record?
Sorry applypaymenttxn might not be the exact table but its something like that.
Or is there another endpoint I should ...
-
Since there is a 50 record limit when initially creating say an invoice, and invoice lines, whats the best way to insert the rest of the lines?
Are you able to just include 50 more lines as a single transaction to the invoiceline endpoint or do I need to do a separate transaction for each line?
-
I've updated the field, but it did not seem to make a difference. Is there something else I need to update along with it?
-
I'm looking for some best practices for changing the deposit account used when someone does an online payment to an invoice.
I've found in the payment app where it searches the paymentgateway table and tries to grab the DepositToAccount - RecordID, is it safe to just update that table record or is there a better way to update it?
-
Fantastic, thanks for the clarification. I really appreciate your help with tis
-
Ok I think the problem I was running into was that I was hitting the Contact end point, and nothing was happening. But I hit the customer end point and it will make the entity, and the contact at the same time?
Is that similar if I am making a new customer from an action set? Do I create a new record in the customer table instead of the contact ...
-
I'm sorry. I guess then what I'm trying to do is create a new entity that does not set it self as the type "OtherName"
When I post to the entity end point say this data
{
"Name": "Prime Ribs",
"FullName": "Prime Ribs",
"EntityType": "Customer",
...
|
|
|