PayU integration by Krzysztof Gzocha
  • Namespace
  • Class

Namespaces

  • Team3
    • PayU
      • Annotation
      • Communication
        • CurlRequestBuilder
        • HttpStatusParser
        • Notification
        • Process
          • NotificationProcess
          • ResponseDeserializer
        • Request
          • Model
        • Response
          • Model
        • Sender
      • Configuration
        • Credentials
      • Order
        • Autocomplete
          • Strategy
        • Model
          • Buyer
          • Money
          • Products
          • ShippingMethods
          • Traits
        • Transformer
          • UserOrder
            • Strategy
              • Product
              • ShippingMethod
      • PropertyExtractor
        • Reader
      • Serializer
      • SignatureCalculator
        • Encoder
          • Algorithms
          • Strategy
        • ParametersSorter
        • Validator
      • ValidatorBuilder

Classes

  • AbstractPayURequest
  • OrderCancelRequest
  • OrderCreateRequest
  • OrderRetrieveRequest
  • RefundRequest

Interfaces

  • PayURequestInterface

Namespace Team3\PayU\Communication\Request

Namespaces summary

Team3\PayU\Communication\Request\Model

Classes summary

AbstractPayURequest

It is used to represent all request that can be send to PayU. It is not any form of cURL request. It collect informations about method, path and data. Note that path is not absolute here.

OrderCancelRequest Is representing model of request to cancel given order.
OrderCreateRequest

This class can be used with RequestProcessInterface. It will create new order.

OrderRetrieveRequest

Used with RequestProcessInterface will help user to know in what state is his order.

RefundRequest

It is used to represent all request that can be send to PayU. It is not any form of cURL request. It collect informations about method, path and data. Note that path is not absolute here.

Interfaces summary

PayURequestInterface

It is used to represent all request that can be send to PayU. It is not any form of cURL request. It collect informations about method, path and data. Note that path is not absolute here.

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen