Skip to main content
POST
/
v1
/
ramp
/
subaccount
/
{id}
/
banks
Add Pix Key
curl --request POST \
  --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"
  }
}'
"ok"

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Subaccount ID (UUID)

Query Parameters

accountId
string
required

Id (UUID) returned from verifing Pix key

Body

application/json
brlAccount
object
required

Response

Bank account verified successfully

The response is of type any.