Ajax
Table of Contents
-
RECEBEDOR
= API['PAGARME']['RID']
-
$pagarme
: mixed
-
$response
: mixed
-
$response_code
: mixed
-
__construct()
: mixed
-
cards()
: void
-
installments()
: void
-
postback()
: void
-
transactions()
: void
-
callback()
: void
-
error()
: void
-
getUser()
: stdClass
-
onlyNumbers()
: mixed
-
success()
: void
RECEBEDOR
public
mixed
RECEBEDOR
= API['PAGARME']['RID']
$pagarme
private
mixed
$pagarme
$response
private
mixed
$response
$response_code
private
mixed
$response_code
__construct()
public
__construct() : mixed
Return values
mixed
—
cards()
public
cards(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
Return values
void
—
installments()
public
installments(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
Return values
void
—
postback()
public
postback(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
Return values
void
—
transactions()
public
transactions(array<string|int, mixed> $data) : void
Parameters
-
$data
: array<string|int, mixed>
-
Return values
void
—
callback()
private
callback() : void
Return values
void
—
error()
private
error([mixed $error = 'Não identificado' ][, mixed $error_code = 400 ]) : void
Parameters
-
$error
: mixed
= 'Não identificado'
-
-
$error_code
: mixed
= 400
-
Return values
void
—
getUser()
private
getUser(mixed $nome, mixed $email, mixed $documents, mixed $evento) : stdClass
Parameters
-
$nome
: mixed
-
-
$email
: mixed
-
-
$documents
: mixed
-
-
$evento
: mixed
-
Return values
stdClass
—
onlyNumbers()
private
onlyNumbers(string $valor) : mixed
Parameters
-
$valor
: string
-
Return values
mixed
—
success()
private
success([mixed $success = 'Sucesso' ][, mixed $error_code = 200 ]) : void
Parameters
-
$success
: mixed
= 'Sucesso'
-
-
$error_code
: mixed
= 200
-
Return values
void
—