17 lines
559 B
Plaintext
17 lines
559 B
Plaintext
PRIVATE_KEY=0x....
|
|
CLIENT_ID=
|
|
CLIENT_SECRET=
|
|
DEV_APP_KEY=
|
|
DEBUG=false
|
|
ITP_TOKEN_URL = https://oauth.hm.bb.com.br/oauth/token
|
|
# Url de produção com autenticação mTLS.
|
|
#ITP_API_URL="https://api-bbpay.bb.com.br/checkout/v2"
|
|
# Url de homologação com autenticação mTLS.
|
|
ITP_API_URL = "https://api-bbpay.hm.bb.com.br/checkout/v2"
|
|
# Url de homologação sem autenticação mTLS.
|
|
#ITP_API_URL = "https://api.extranet.hm.bb.com.br/checkout/v2"
|
|
|
|
# 05/08/2025
|
|
#ITP_API_URL=https://checkout.mtls.api.bb.com.br
|
|
#ITP_API_URL=https://checkout.mtls.api.hm.bb.com.br
|