Skip to main content
POST
/
v1
/
ramp
/
subaccount
Create merchant
curl --request POST \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "email": "<string>"
}'
{
  "id": "47a79c3d-9a2b-4998-898b-8eb7fad01526",
  "email": "[email protected]"
}

Authorizations

x-api-key
string
header
required

Body

application/json
email
string
required

Response

201 - application/json

merchant successfully registered

id
string<uuid>
required
Example:

"47a79c3d-9a2b-4998-898b-8eb7fad01526"

email
string<email>
required