Classes, interfaces and traits

IConverter

Base for a converted

« More »

BooleanToString

Convert boolean vals in String vals (yes, no)

« More »

Classes, interfaces and traits

AddCreditCard

API function /payment/addcard, add a credit card

« 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 »

BankTransfersList

API function /client/payout/list, find all bank transfers from a customer

« More »

BankTransferStatus

API function /client/payout/list, get the status of a bank transfer

« More »

Cancellation

API function /payment/cancel, asks for the cancellation of a recurring payment

« More »

Capture

API function /payment/capture,

« More »

CreditCardInfo

API function /payment/cardinfos, get info from a credit card

« More »

CreditCardsList

API function /payment/listcards, gets the credit cards list

« More »

DebitPayment

API function /payment/debit, makes a payment by "debit"

« More »

DirectPayment

API function /payment/direct, makes a payment "direct"

« 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 »

GetDocument

API function /kyc/get, get a document

« More »

MakeBankTransfer

API function /client/payout/init, make a bank transfer from your account to a customer

« More »

OneClickPayment

API function /payment/oneclick, asks for a payment OneClick

« 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 »

PaymentRefund

API function /payment/refund, asks for a refund

« More »

PaymentStatus

API function /payment/status, requests for a payment status

« More »

Request

Gerenic request

« More »

UpdateCustomer

API function /client/update, edit a customer

« More »

UpdateUser

API function /user/update, makes an update of an user

« More »

Classes, interfaces and traits

AddCreditCard

Represents arguments of the request "AddCreditCard"

« More »

BankTransferInfos

Represents a bank transfer

« More »

BankTransfersList

Represents a bank transfer list

« More »

BankTransferStatus

This is the main argument for /payout/status request

« More »

Cancellation

Represents arguments for request "Cancellation"

« More »

CancellationInfos

Represents the response of the request "cancellation"

« More »

Client

Represents a client

« More »

CreditCard

Represents 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 »

Customer

Represents a customer

« More »

CustomerInfos

Represents the response of the request "AddCustomer" and "UpdateCustomer"

« More »

DebitTransaction

Represents arguments of the request "DebitPayment"

« More »

DirectTransaction

Represents arguments of the request "DirectPayment"

« More »

Document

Represents a document

« More »

DocumentRequest

Represents arguments for request "adddocument"

« More »

DoneTransaction

Represents the response of requests "DirectPayment", "OneClickPayment", "PaymentStatus" and "PaymentRefund"

« More »

Entity

Generic entity

« More »

FindUserBy

Represents arguments of the request "FindUser"

« More »

InitBankTransfer

This is the main argument for the makebanktransfer request

« More »

Notification

Represents a payment notification

« More »

OneClickTransaction

Represents arguments of the request "OneClickPayment"

« More »

PaymentCapture

Represents arguments of the request "Capture"

« 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 »

PaymentStatus

Represents arguments of the request "PaymentStatus"

« More »

Refund

Represents arguments of the request "PaymentRefund"

« More »

User

Represents arguments for the request "AddUser" and "UpdateUser"

« More »

UserInfos

Represents the response of the request "AddUser" and "UpdateUser"

« More »

Classes, interfaces and traits

ICaller

Base methods for caller

« More »

ICallerModifier

Modifies the comportement of the caller

« More »

CommentParser

Analyses the tag in comments of the current entity class

« More »

CurlCaller

Caller using Curl

« More »

FgcCaller

Caller using file_get_contents

« More »

LimitedModifier

Specific modifier for ecommerce

« More »

Logger

Class for log data for debuging purpose

« More »

PaymentNotification

Parse a payment notification

« More »

Security

Security tools

« More »

Services

Singleton, allows to call EasyTransac API with API key

« More »

Classes, interfaces and traits

StandardResponse

Response used in return of a request

« More »