Jump to content

Does Plastic support lineitems for Authorize.net?


This topic is 3897 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Our solution currently calls out to a RESTful service for all authnet interactions (we also have a ScriptMaster script that handles these but no longer use it for various unrelated reasons).

 

I'm looking at plastic to see if it does what we need and it does except for an apparent lack of line item support at the invoice level.

 

Can anyone confirm/deny/point me to RTFM on this?

Tx
john-

Link to comment
Share on other sites

Hello John,
 
While Plastic doesn't formally support line item information, you could supply the line item field to a transaction as an additional parameter, and Plastic will send this value to the gateway. Add it in addition to a regular transaction as a key=value pair / additional parameter.

 

For example:
 
Set Variable [$result Value:
CCProcessPayment(
merchantAPILoginID,
merchantTransactionKey;
chargeAmount;
cardNumber;
expDate;
"x_line_item=" & Payment::Lineitem)]

 

If you have any questions, please let me know and I'd be happy to help!

Link to comment
Share on other sites

This topic is 3897 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.