Token
Token
POST
https://gateway-pix.raspay.com.br/production/v3/auth/authenticate
Basic Auth is the authentication method used to get a token. The username and password are combined with a single colon (:) and encoded using a Base64 algorithmn. For example, if "user" as the username and "123456" as the password, the Base64 encoding of user:123456 is "dXNlcjoxMjM0NTY="
Headers
Name
Type
Description
Authorization*
string
Credentials following Basic Auth rules
Last updated