Classes, interfaces and traits
ICallerModifier¶
Modifies the comportement of the caller
« More »
AddCreditCard¶
Represents arguments of the request "AddCreditCard"
« More »
AddCreditCard¶
API function /payment/addcard, add a credit card
« More »
AddUser¶
API function /user/add, add a new user
« More »
Cancellation¶
Represents arguments for request "Cancellation"
« More »
Cancellation¶
API function /payment/cancel, asks for the cancellation of a recurring payment
« More »
CancellationInfos¶
Represents the response of the request "cancellation"
« More »
CreditCard¶
Represents a credit card
« More »
CreditCardsList¶
Represents a credit cards list (response of AddCreditCard and CreditCardsList requests)
« More »
CreditCardsList¶
API function /payment/listcards, gets the credit cards list
« More »
DebitPayment¶
API function /payment/debit, makes a payment by "debit"
« More »
DebitTransaction¶
Represents arguments of the request "DebitPayment"
« More »
DirectPayment¶
API function /payment/direct, makes a payment "direct"
« More »
DirectTransaction¶
Represents arguments of the request "DirectPayment"
« More »
DoneTransaction¶
Represents the response of requests "DirectPayment", "OneClickPayment", "PaymentStatus" and "PaymentRefund"
« More »
FgcCaller¶
Caller using file_get_contents
« More »
FindUser¶
API function /user/find, search a user
« More »
FindUserBy¶
Represents arguments of the request "FindUser"
« More »
LimitedModifier¶
Specific modifier for ecommerce
« More »
Logger¶
Class for log data for debuging purpose
« More »
Notification¶
Represents a payment notification
« More »
OneClickPayment¶
API function /payment/oneclick, asks for a payment OneClick
« More »
OneClickTransaction¶
Represents arguments of the request "OneClickPayment"
« More »
PaymentNotification¶
Parse a payment notification
« More »
PaymentPage¶
API function /payment/page, asks for the external payment page
« More »
PaymentPageInfos¶
Represents the response of the request "PaymentPage"
« More »
PaymentPageTransaction¶
Represents arguments for the request "PaymentPage"
« More »
PaymentRefund¶
API function /payment/refund, asks for a refund
« More »
PaymentStatus¶
API function /payment/status, requests for a payment status
« More »
PaymentStatus¶
Represents arguments of the request "PaymentStatus"
« More »
Refund¶
Represents arguments of the request "PaymentRefund"
« More »
Services¶
Singleton, allows to call EasyTransac API with API key
« More »
StandardResponse¶
Response used in return of a request
« More »
UpdateUser¶
API function /user/update, makes an update of an user
« More »
User¶
Represents arguments for the request "AddUser" and "UpdateUser"
« More »
UserInfos¶
Represents the response of the request "AddUser" and "UpdateUser"
« More »