Skip to main content
PUT
/
v1
/
ramp
/
subaccount
/
{id}
/
banks
Verify Pix Key
curl --request PUT \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount/{id}/banks \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "brlAccount": {
    "pixKey": "667.136.083-96"
  }
}'
{
  "id": "449eca18-9c77-472c-9e82-b08a18637759",
  "name": "Hugo Gonzalez"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Subaccount ID (UUID)

Body

application/json
brlAccount
object
required

Response

Bank account verified successfully

id
string<uuid>
required
Example:

"449eca18-9c77-472c-9e82-b08a18637759"

name
string
required
Example:

"Hugo Gonzalez"