Classes, interfaces and traits
ICallerModifier¶
Modifies the comportement of the caller
« More »
AddCreditCard¶
API function /payment/addcard, add a credit card
« More »
AddCreditCard¶
Represents arguments of the request "AddCreditCard"
« More »
AddCustomer¶
API function /client/add, add a new customer
« More »
AddDocument¶
API function /kyc/add, add a new document
« More »
AddUser¶
API function /user/add, add a new user
« More »
BankTransferInfos¶
Represents a bank transfer
« More »
BankTransfersList¶
API function /client/payout/list, find all bank transfers from a customer
« More »
BankTransfersList¶
Represents a bank transfer list
« More »
BankTransferStatus¶
This is the main argument for /payout/status request
« More »
BankTransferStatus¶
API function /client/payout/list, get the status of a bank transfer
« More »
BooleanToString¶
Convert boolean vals in String vals (yes, no)
« 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 »
Capture¶
API function /payment/capture,
« More »
CreditCard¶
Represents a credit card
« More »
CreditCardInfo¶
API function /payment/cardinfos, get info from a credit card
« More »
CreditCardInfo¶
Represents details of 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 »
CustomerInfos¶
Represents the response of the request "AddCustomer" and "UpdateCustomer"
« 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 »
DocumentRequest¶
Represents arguments for request "adddocument"
« More »
DoneTransaction¶
Represents the response of requests "DirectPayment", "OneClickPayment", "PaymentStatus" and "PaymentRefund"
« More »
FgcCaller¶
Caller using file_get_contents
« More »
FindCustomer¶
API function /client/find, find a customer
« More »
FindDocument¶
API function /kyc/find, Find documents
« More »
FindUser¶
API function /user/find, search a user
« More »
FindUserBy¶
Represents arguments of the request "FindUser"
« More »
GetDocument¶
API function /kyc/get, get a document
« More »
InitBankTransfer¶
This is the main argument for the makebanktransfer request
« More »
LimitedModifier¶
Specific modifier for ecommerce
« More »
Logger¶
Class for log data for debuging purpose
« More »
MakeBankTransfer¶
API function /client/payout/init, make a bank transfer from your account to a customer
« 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 »
PaymentCapture¶
Represents arguments of the request "Capture"
« More »
PaymentNotification¶
Parse a payment notification
« More »
PaymentPage¶
API function /payment/page, asks for the external payment page
« More »
PaymentPageCancellation¶
API function /payment/cancel, asks for the cancellation of a payment page
« More »
PaymentPageCancellationInfos¶
Represents the response of the request "cancelpage"
« 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 »
UpdateCustomer¶
API function /client/update, edit a customer
« 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 »