POST
/
id
/
register
curl --request POST \
  --url https://api.stablepay.ai/id/register \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "wallet_address": "<string>",
  "country": "<string>",
  "issuer": "Valr"
}'
{
  "status": "Successful",
  "username": "<string>",
  "country": "<string>",
  "issuer": "Valr",
  "stablepay_token_account": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Body

application/json

Metadata for Stablepay ID registration.

The body is of type object.

Response

201
application/json

Successfully registered Stablepay ID.

The response is of type object.