Skip to content

Latest commit

 

History

History
executable file
·
50 lines (30 loc) · 2 KB

README.md

File metadata and controls

executable file
·
50 lines (30 loc) · 2 KB

PORTUGUÊS

O HMAC-MD5 é usado para autenticar as requisições feitas pela Lightbox maxiPago! e pela smartPage maxiPago!.

Como medida de segurança, para termos certeza que a transação está vindo de um cliente válido da maxiPago!, você precisará nos enviar, juntamente com as informações da transação, a signature para autenticar o pedido.

As informações de transação devem ser concatenadas na ordem abaixo, os valores deverão ser separados por um asterisco. A secret key é usada no hash de função e não é incluida no string concatenado.

Valores concatenados:

	Valores: timestamp*sig_id*amount*item_id

Exemplo usando "jM13K8hdbWi2V9ab" como secret key:

	Exemplo: 1325248408*5038*15.00*123123
	Assinatura: 799074cdb40ce532ed97bf11a9e7963f

A secret key é criada pela maxiPago! durante o processo de configuração da loja.

GERADOR: Clique aqui para acessar o gerador de assinatura

ENGLISH

The HMAC-MD5 hash is used to authenticate requests made from both the maxiPago! Lightbox and the maxiPago! smartPage.

As a security measure to make sure that a transaction is coming from a valid maxiPago! merchant you'll need to send, along with the transaction information, a signature to authenticate the request.

The transaction information must be concatenated in the order below, with the values being separated by an asterisk. The secret key is used in the hash function and is not included in the concatenated string.

Concatenated values:

		Values: timestamp*sig_id*amount*item_id

Example using "jM13K8hdbWi2V9ab" as secret key:

	Example: 1325248408*5038*15.00*123123
	Signature: 799074cdb40ce532ed97bf11a9e7963f

The secret key is assigned by maxiPago! during boarding and setup.

GENERATOR: Click here to access the signature generator