PaymentsHttp

Make an HTTP request to start the interaction with the payment gateway.

PaymentsHttp Methods

The following are methods for PaymentsHttp. All methods are instance methods.

send(Request)

Sends an HttpRequest and returns the response.

Signature

global HttpResponse send(HttpRequest request)

Parameters

request
Type: System.HttpRequest

Return Value

Type: System.HttpResponse

PaymentsHttp Constructors

The following are constructors for PaymentsHttp.

PaymentsHttp()

Initiates an HTTP request and response.

Signature

global PaymentsHttp()