1.0.32 • Published 8 years ago

sulthankareem6npm v1.0.32

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

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
1.0.32

8 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27

8 years ago

1.0.26

8 years ago

1.0.25

8 years ago

1.0.24

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago