Skip to main content
POST
/
v1
/
ramp
/
{subaccountId}
/
banking
/
recipients
curl --request POST \
--url https://api.bullring.finance/v1/ramp/{subaccountId}/banking/recipients \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"currency": "BRL",
"pix_key": "71719844194"
}'
{
"id": "0bf68a2a-72e1-4846-82a6-c9023efd9907",
"account_owner_name": "Hugo Gonzalez",
"active": true,
"currency": "BRL",
"is_verified": false,
"account_id": "667.136.083-96"
}

Authorizations

x-api-key
string
header
required

Path Parameters

subaccountId
string
required

Body

application/json
  • BRL
  • NGN
  • USD
  • EUR
  • GHS
  • ZMW

Requires approved Tier 1 KYC.

currency
enum<string>
required
Available options:
BRL
pix_key
string
required

Response

Successful fiat recipient creation

id
string
account_owner_name
string
active
boolean
currency
string
is_verified
boolean
account_id
string