Public
Documentation Settings

API Pix via Open Finance

API que possibilita a comunicação entre iniciadora Efí (participante autorizado) e recebedor (e-commerce ou m-commerce não participante).

Contact Support:
Name: Suporte Efí
Email: suporte@sejaefi.com.br

OAuth

POST/v1/oauth/token

https://openfinance-h.api.efipay.com.br/v1/oauth/token

Gera access_token à partir das credenciais do cliente.

AUTHORIZATIONBasic Auth
Username

<username>

Password

<password>

Bodyraw (json)
json
{
    "grant_type": "client_credentials"
}

Configuração da aplicação

PUT/v1/config

https://openfinance-h.api.efipay.com.br/v1/config
HEADERS
Content-Type

application/json

authorization

{{Authorization}}

Bodyraw (json)
json
{
  "redirectURL": "https://client.com/redirect/here",
  "webhookURL": "https://client.com/callback/here",
  "webhookSecurity": {
    "type": "mtls"
  },
  "processPayment": "async"
}
Loading