Huuray

Huuray is a global gift card API platform that enables businesses to offer gift card buying and redemption without leaving their website. The platform allows businesses to quickly and easily send gifts without having to manage multiple accounts.

1 APIs 0 Features
E-CommerceGift CardsPaymentsRewards

APIs

Huuray Gift Card API

The Huuray API enables B2B customers to offer global gift card purchasing and redemption services, providing access to a catalog of gift card brands across 170+ countries throug...

Collections

Huuray API

OPEN

Pricing Plans

Huuray Plans Pricing

3 plans

PLANS

Rate Limits

Huuray Rate Limits

5 limits

RATE LIMITS

FinOps

Huuray Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
SwaggerUI
SwaggerUI

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Huuray API
  version: v4
items:
- info:
    name: Balance
    type: folder
  items:
  - info:
      name: Used to get available balances
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v4/Balance'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: The amount of available balances on the B2B account in minor units with currency
- info:
    name: Cancel
    type: folder
  items:
  - info:
      name: Used to Cancel Orders or Giftcards
      type: http
    http:
      method: DELETE
      url: '{{baseUrl}}/v4/Cancel'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: n/a
- info:
    name: Catalogue
    type: folder
  items:
  - info:
      name: Used to get a list of the available products
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Catalogue'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: The list will include both texts and images. It will also include your currently available discount if "All" is
      set to "False"
- info:
    name: ExchangeRates
    type: folder
  items:
  - info:
      name: Used to retrieve current exchange rate data
      type: http
    http:
      method: GET
      url: '{{baseUrl}}/v4/ExchangeRates'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      params:
      - name: FromCurrency
        value: ''
        type: query
      - name: ToCurrency
        value: ''
        type: query
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: The exchange rate data consists of exchange rate and spread. The currency parameters must be ISO-3 currency codes.
- info:
    name: Order
    type: folder
  items:
  - info:
      name: Used to order giftcards
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Order'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: The giftcards will be sent out as redeemable links. They will be sent out automatically via Email or SMS, or returned
      in a callback if you have set one up and enabled this feature
- info:
    name: Resend
    type: folder
  items:
  - info:
      name: Used to Resend Orders or Giftcards
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Resend'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: n/a
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Used to search through giftcards from previous orders
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Search'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: n/a
- info:
    name: Stock
    type: folder
  items:
  - info:
      name: Used to check the current stock of a product
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Stock'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: n/a
- info:
    name: Template
    type: folder
  items:
  - info:
      name: Used to get a list of the available templates
      type: http
    http:
      method: POST
      url: '{{baseUrl}}/v4/Template'
      headers:
      - name: X-API-NONCE
        value: ''
      - name: X-API-HASH
        value: ''
      auth:
        type: apikey
        key: X-API-TOKEN
        value: '{{X-API-TOKEN}}'
        placement: header
    docs: The list will include both texts and type
bundled: true