Referência da API
Log in to see full request history

Exemplo em PHP de requisição para visualizar notificação.

<?php require_once('vendor/autoload.php'); $client = new \GuzzleHttp\Client(); $response = $client->request('POST', 'https://expaybrasil.com/en/request/status', [ 'form_params' => [ 'merchant_key' => '$2y$10$Y8G0Z.yKxy2NCC7xXWi3yO0vqcrSFLLBuELNZsogtX.hyE.s.l3lq', 'token' => '1650034717' ], 'headers' => [ 'accept' => 'application/json', 'content-type' => 'application/x-www-form-urlencoded', ], ]); echo $response->getBody();
Form Data
string
Defaults to $2y$10$Y8G0Z.yKxy2NCC7xXWi3yO0vqcrSFLLBuELNZsogtX.hyE.s.l3lq

A "merchant_key" é uma chave criptografada única e segura, usada para identificar e autenticar um comerciante em transações online. Exemplo de valor: "$2y$10$Y8G0Z.yKxy2NCC7xXWi3yO0vqcrSFLLBuELNZsogtX.hyE.s.l3lq".

string
Defaults to 1650034717

O "token" é um identificador numérico único gerado para cada transação, usado para rastrear e validar operações específicas. Exemplo de valor: "1676243355".

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json