sulthankareem6npm v1.0.32
Description
This is a node package for actum payment processing. Developer can use this package for credit issuing, status, cancellation, refund, revoke, etc
You can install this module using npm:
npm install sulthankareem9npm
':hghlight This will install the given package into your project. Then require this package to your project. gui=bold'
var actum_payment=require("sulthankareem9npm");
1) Credit issuing
Usage: ` actum_payment.creditIssuing(paymentdata);
Required fields are :
parent_id : Your ParentID
sub_id : Your SubID custname : Consumer's full name custemail : Consumer's email address custaddress1 : Consumer's street address custcity : Consumer's city custstate : Consumer's state custzip : Consumer's zip code custphone : Consumer's phone number birth_date : Consumer's birth date in MMDDYYYY format custssn : Last 4 or full social security number of consumer chk_acct : Consumer's checking account number initial_amount : Initial amount of the bill billing_cycle : -1 = One-Time pmt_type : chk|crd: 'chk'=check; 'crd'= credit card chk_aba : Consumers ABA/Routing number chk_fract : Consumer's fractional number (Example:123-43/1234)
2) Billing Status
Usage:
actum_payment.billingStatus(paymentdata);
Required Fileds are:
username
password
action_code
3) Payment cancellation
Usage:
actum_payment.paymentCancellation(paymentdata);
Required Fields are:
username
password
syspass
action_code
prev_history_id
order_id
canceltype
response_location
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago