Application programming interface will allow you to automate the process of sending money, receiving information about payments, receiving information about accounts balance.

API Operations

Balance

Returns information about accounts balance.
API balance requests through url http://www.wiredpay.com/w-api.asp?do=balance
Method to send is GET request.

Field Description Example
id Membe ID 123123
altpass Alternate password mypass

Example:
http://www.wiredpay.com/w-api.asp?do=balance&id=123123&altpass=mypass

Transfer

Transfer money to the Wiredpay member.
Returns batch number and time.
API transfer requests through url http://www.wiredpay.com/w-api.asp?do=transfer
Method to send is GET request.

Field Description Example
id Membe ID 123123
altpass Alternate password mypass
receiver Receivers member id 124124
amount Amount to send 100.55

Example:
http://www.wiredpay.com/w-api.asp?do=transfer&id=123123&altpass=mypass&receiver=124124&amount=100.55

History

Returns information about payment.
API history requests through url http://www.wiredpay.com/w-api.asp?do=history
Method to send is GET request.

Field Description Example
id Membe ID 123123
altpass Alternate password mypass
batch Batch number 100100

Example:
http://www.wiredpay.com/w-api.asp?do=history&id=123123&altpass=mypass&batch=100100