POST
/
id
/
resolve
Resolves Stablepay ID with supported wallet issuers.
curl --request POST \
  --url https://api.stablepay.ai/id/resolve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "issuer": "Busha",
  "wallet_network": "Solana"
}'
{
  "status": "Successful",
  "username": "<string>",
  "wallet_network": "Solana",
  "country": "<string>",
  "issuer": "Busha",
  "currency": "<string>",
  "reference": "<string>",
  "wallet_address": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Body

application/json

Parameters for Stablepay ID resolution.

The body is of type object.

Response

201
application/json

Resolved Stablepay ID.

The response is of type object.