PAY-SERVICE
Online payment service. Supports the basic routines to accomplish users needs to interact with our service remote.
The following operations are supported. For a formal definition, please review the Service Description.
-
CaptureTransaction
This Method captures the amount in the transaction based on the supplied transaction ID or orderID. If both IDs are supplied transaction ID is used. -
CreditTransaction
This Method credits a transaction based on the supplied transaction ID or orderID. If both IDs are supplied transaction ID is used. -
HealthCheck
This method determines whether the web service is up and running. -
NewTransaction
This Method creates a new transaction based on the supplied data. *WARNING*: You are not permitted to use this NewTransaction unless your own environment, servers etc. is PCI certified. -
RejectTransaction
This Method rejects a transaction based on the supplied transaction ID or orderID. If both IDs are supplied transaction ID is used. -
RenewTransaction
This Method renews the transaction based on the supplied transaction ID or orderID. If both IDs are supplied transaction ID is used. -
TransactionStatus
This Method returns the status of the transaction based on the supplied transaction ID or OrderID. If both IDs are supplied transaction ID is used.