Access credentials
Our APIs have authentication, using the Basic protocol
Sandbox Credentials
To access endpoints in a sandbox environment, use the following base URL:
Sandbox: https://dev-api.fabank.com.br/
To obtain your credentials, simply request them from our support team, via email [email protected], informing your CNPJ, company name and which product you want to test. If the product is Pix or Baas, to receive status feedback, please also provide the Webhook URL referring to the return of transactions from our Core.
Production Credentials
To access the production environment, use the following base URL:
Production: https://services.fabank.com.br/
To obtain your credentials, after your operation has been approved, simply request them from our support team.
Using the received token
To use your access token in future requests, you must send the access_token sent to you by support through the header parameter, together with the prefix "Authorization: Bearer".
Ex.
curl --request GET \
--url https://dev-api.fabank.com.br/api/v1/banks \
--header 'Authorization: Bearer {access_token}' \
--header 'accept: application/json'Updated about 1 year ago
