Interface MerchantCcForm
Merchant Credit Card custom form interface. Defines all methods that a credit card form payment gateway must implement.
Modifiying the form can allow the gateway to add reference_id and client_reference_id fields or javascript to make calls to a gateway's JS API
Package: blesta\components\gateways
Copyright: Copyright (c) 2019, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/gateways/lib/merchant_cc_form.php
Copyright: Copyright (c) 2019, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/gateways/lib/merchant_cc_form.php
public
mixed
|
|
public
string
|
#
buildPaymentConfirmation( string $reference_id, string $transaction_id, integer $amount )
Gets an Html form to use as an addition to the regular payment confirmation pages in Blesta |