Create provider credential
Create or update your credentials with a third-party banking partner (provider). Banking as a Service clients need to partner with a provider such as Celcoin, BTG, or JD Consultores.
When you call this endpoint with your authentication key and secret, Pismo saves and encrypts the information you provide, then uses it to obtain an access token from the provider.
For more information, see Banking as a Service overview
Headers
Account token - access token encoded with a Pismo account ID. This is the token you get from Pismo. Tokens can expire quickly, which can result in a 401 Unauthorized message.
Request tracking identifier, if you don't provide one, a random UUID is generated for you.
Request body
Example request
{
"key": "Tc84Hi3CRyAHFBNIvbc8CuSuvHuGibjf",
"provider": "BTG",
"type": "PIX",
"provider_data": {
"client_id": "Your client ID"
}
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.