Allow to use informations about channels which are enabled for details of payment.
| package |
Default |
|---|
__construct(\Dotpay\Model\Configuration $config, \Dotpay\Tool\Curl $curl)
checkSeller(integer $id, \Dotpay\Resource\Channel\Request $request = null) : boolean
| Throws |
|
|---|
integerSeller id
\Dotpay\Resource\Channel\RequestObject with request data. If it's not provided, default request is created automatically
boolean
clearBuffer() : \Dotpay\Resource\Payment
close()
getAcceptHeader() : string
string
getChannelListForRequest(\Dotpay\Resource\Channel\Request $request) : \Dotpay\Resource\Channel\Info
| Throws |
|
|---|
\Dotpay\Resource\Channel\Info
getChannelListForTransaction(\Dotpay\Model\Transaction $transaction) : \Dotpay\Resource\Channel\Info
| Throws |
|
|---|
\Dotpay\Resource\Channel\Info
getContent(string $url) : array
| Throws |
|
|---|
stringUrl of a destination request
arrayResult which is decoded as array
getCurl() : \Dotpay\Tool\Curl
postData(string $url, \Dotpay\Resource\sring $body) : array
stringUrl of a destination request
\Dotpay\Resource\sringBody content of request which is encoded as JSON string
array
buffer : array
| var |
List of channels lists which are gotten from server for specific orders |
|---|
array
config : \Dotpay\Model\Configuration
curl : \Dotpay\Tool\Curl
info : array
| var |
Information about last request |
|---|
array