X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=OnlinePayment.pm;h=e5ea1126ced0aad93accf57825ec3da5a0c4b577;hb=89a22e7c2a7dddeda325ded717efa751c65b4b5a;hp=b4404fe19b306fb245b62fd227d6bc6b2d1ba789;hpb=309841bebe2e05a21cf80e7ccede8d2ae9ce8d68;p=Business-OnlinePayment.git diff --git a/OnlinePayment.pm b/OnlinePayment.pm index b4404fe..e5ea112 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -364,6 +364,8 @@ What action being taken by this transaction. Currently available are: =item Credit +=item Tokenize + =item Recurring Authorization =item Modify Recurring Authorization @@ -613,6 +615,21 @@ Customer's date of birth. =back +=head3 FOLLOW-UP TRANSACTION FIELDS + +These fields are used in follow-up transactions related to an original +transaction (Post Authorization, Reverse Authorization, Void, Credit). + +=over 4 + +=item authorization + +=item order_number + +=item txn_date + +=back + =head3 RECURRING BILLING FIELDS =over 4 @@ -712,7 +729,8 @@ transaction to refer to a card number. =head2 txn_date() Transaction date, as returned by the gateway. Required by some gateways -for follow-up transactions. +for follow-up transactions. Store this if you would like to run inquiries or +refunds on the transaction later. =head2 fraud_score()