Skip to main content
GET
/
recipients
/
{recipientId}
/
bank-accounts
/
{bankAccountId}
Buscar conta bancária por ID
curl --request GET \
  --url https://api.conta.paybeehive.com.br/v1/recipients/{recipientId}/bank-accounts/{bankAccountId} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic Authorization usando SECRET_KEY como usuário e "x" como senha.

Path Parameters

recipientId
integer<int32>
required
bankAccountId
integer<int32>
required

Response

Conta bancária do recebedor

The response is of type object.