public
|
|
public
Mypos\IPC\PreAuthorization
|
#
setOrderID( string $orderID )
PreAuthorization identifier - must be unique
PreAuthorization identifier - must be unique
Parameters
Returns
|
public
Mypos\IPC\PreAuthorization
|
|
public
Mypos\IPC\PreAuthorization
|
#
setAmount( float $amount )
Total amount of the PreAuthorization
Total amount of the PreAuthorization
Parameters
Returns
|
public
Mypos\IPC\PreAuthorization
|
#
setNote( string $note )
Optional note for PreAuthorization
Optional note for PreAuthorization
Parameters
Returns
|
public
Mypos\IPC\PreAuthorization
|
#
setUrlCancel( string $urlCancel )
Merchant Site URL where client comes after unsuccessful payment
Merchant Site URL where client comes after unsuccessful payment
Parameters
Returns
|
public
Mypos\IPC\PreAuthorization
|
#
setUrlNotify( string $urlNotify )
Merchant Site URL where IPC posts PreAuthorization Notify requests
Merchant Site URL where IPC posts PreAuthorization Notify requests
Parameters
Returns
|
public
boolean
|
#
process( )
Initiate API request
Returns
boolean
Throws
|
public
boolean
|
#
validate( )
Validate all set PreAuthorization details
Validate all set PreAuthorization details
Returns
boolean
Throws
|
public
string
|
#
getUrlCancel( )
Merchant Site URL where client comes after unsuccessful payment
Merchant Site URL where client comes after unsuccessful payment
Returns
string
|
public
|
#
getUrlNotify( )
Merchant Site URL where IPC posts PreAuthorization Notify requests
Merchant Site URL where IPC posts PreAuthorization Notify requests
Var
string
|
public
string
|
#
getUrlOk( )
Merchant Site URL where client comes after successful payment
Merchant Site URL where client comes after successful payment
Returns
string
|
public
Mypos\IPC\PreAuthorization
|
#
setUrlOk( string $urlOk )
Merchant Site URL where client comes after successful payment
Merchant Site URL where client comes after successful payment
Parameters
Returns
|
public
string
|
#
getCurrency( )
ISO-4217 Three letter currency code
ISO-4217 Three letter currency code
Returns
string
|
public
Mypos\IPC\PreAuthorization
|
#
setCurrency( string $currency )
ISO-4217 Three letter currency code
ISO-4217 Three letter currency code
Parameters
Returns
|
public
string
|
#
getOrderID( )
PreAuthorization identifier
PreAuthorization identifier
Returns
string
|
public
string
|
|
public
float
|
#
getAmount( )
Total amount of the PreAuthorization
Total amount of the PreAuthorization
Returns
float
|
public
string
|
#
getNote( )
Optional note to PreAuthorization
Optional note to PreAuthorization
Returns
string
|