Skip to content

Access & API keys

Contact Xash support to request access to Taura Xashpay.

Sign in to the panel

If you already have access, sign in at:

text
https://taura.xashpay.com

Use the panel to create API keys, check your wallet balance, and review top-ups.

Create an API key

  1. Open Profile & API Keys.
  2. Create a token.
  3. Copy and store it securely. The full token is shown once.

Revoke a token if it is lost or exposed, then create a replacement.

Use the API key

Send the token with every API request:

http
Accept: application/json
Content-Type: application/json
Authorization: Bearer TOKEN

Keep the token on your server. Do not commit it to source control or include it in browser or mobile application code.

dotenv
TAURA_API_BASE=https://taura.xashpay.com/api/v1
TAURA_API_TOKEN=your_token_here

Fund your wallet

Contact Xash support for funding instructions. Check your available UNITS in the panel or with GET /api/v1/wallet/balance.

Get help

Contact Xash support if you cannot sign in, an API key is rejected, or a wallet balance needs attention.

Next: read the API overview for the endpoint list and request format.

Taura Xashpay vendor API documentation. Contact Xash support for access.