Documentation

MetodosDePagamento
in package

Table of Contents

$gateway  : mixed
$metodos  : mixed
$metodos_aceitos  : mixed
$namespace  : mixed
$post  : mixed
$urlAction  : mixed
$urlReturn  : mixed
$user  : mixed
__construct()  : mixed
getDetailsTransacion()  : mixed
getIdTransacao()  : string|null
getMetodos()  : array<string|int, mixed>
getMetodoStatus()  : string|null
getOfficialStatus()  : string
getStatus()  : string
getTransacao()  : void
marketplace()  : mixed
metodo()  : mixed
notification()  : mixed
validadeFields()  : mixed
boleto()  : MetodosDePagamento
cartao()  : MetodosDePagamento

Properties

Methods

getDetailsTransacion()

public getDetailsTransacion(string $gateway, string $transacao[, bool $isPaid = true ][, bool $onlyAmount = false ]) : mixed
Parameters
$gateway : string
$transacao : string
$isPaid : bool = true
$onlyAmount : bool = false
Return values
mixed

getIdTransacao()

public getIdTransacao(string $gateway, mixed $response) : string|null
Parameters
$gateway : string
$response : mixed
Return values
string|null

getMetodos()

public getMetodos() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMetodoStatus()

public getMetodoStatus(string $gateway, int $idCompra) : string|null
Parameters
$gateway : string
$idCompra : int
Return values
string|null

getOfficialStatus()

public getOfficialStatus(string $gateway, string $transacao) : string
Parameters
$gateway : string
$transacao : string
Return values
string

getStatus()

public getStatus(string $gateway, string $transacao) : string
Parameters
$gateway : string
$transacao : string
Return values
string

getTransacao()

public getTransacao([string $gateway = null ][, string $id_transacao = null ]) : void
Parameters
$gateway : string = null
$id_transacao : string = null
Return values
void

marketplace()

public marketplace(mixed $id_transacao) : mixed
Parameters
$id_transacao : mixed
Return values
mixed

metodo()

public metodo(mixed $user[, string $urlReturn = null ][, string $urlAction = null ][, string $name = null ][, string $gateway = null ]) : mixed
Parameters
$user : mixed
$urlReturn : string = null
$urlAction : string = null
$name : string = null
$gateway : string = null
Return values
mixed

notification()

public notification(string $gateway, array<string|int, mixed> $post) : mixed
Parameters
$gateway : string
$post : array<string|int, mixed>
Return values
mixed

validadeFields()

public validadeFields([string $gateway = null ][, mixed $user = null ][, array<string|int, mixed> $post = null ]) : mixed
Parameters
$gateway : string = null
$user : mixed = null
$post : array<string|int, mixed> = null
Return values
mixed

Search results