API Reference

Entrar com Token

Entra no E-commerce com o Token do estabelecimento.

Log in to see full request history

Entrar com o Token Api

Entra no E-commerce através do Token Api pertencente ao estabelecimento e o método de pagamento.

No Body devemos passar dois valores, "token_api" e "payment_method" ambos do tipo String.

Abaixo temos um exemplo de como inserir estes dados usando JSON.

{ "token_api": "125SEBXXXXXX20150821", "payment_method": "cc/boleto/pix" }
Body Params
string
required

Token Api do estabelecimento. Ex.: 125SEBXXXXXX20150821

string
required

Método de pagamento. Ex.: cc, boleto ou pix.

Responses

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