API Development And
Integration Guid

Place Order (pull‑codes)

Overview

Use this endpoint to purchase one or more digital gift cards by submitting SKUs and quantities. The API returns redeemable serial codes instantly—perfect for digital delivery, wallet credit, or automation workflows.

Endpoint & Environment

https
POST {baseUrl}/api/order/pull‑codes
  

Required Headers

https
x-api-key: YOUR_API_KEY  
Accept-Language: en-US  
Content-Type: application/json
  

Request Body Structure

Field
Type
Required
Description
merchant
string
Yes
Your merchant identifier
sku
string
Yes
Unique product code (productCode)
quantity
int
Yes
Number of units to order

Example Payload:

https
[
  {
    "merchant": "YourMerchantCode",
    "sku": "GOOGLE-USA-10USD",
    "quantity": 2
  },
  {
    "merchant": "YourMerchantCode",
    "sku": "APPLE-USA-15USD",
    "quantity": 1
  }
]
  

Sample Response

json
{
  "data": {
    "orderName": "A00000000000123",
    "totalAmount": 35.00,
    "serials": [
       { "sku": "GOOGLE-USA-10USD", "serialCode": "ABCD-EFGH-IJKL", "serialNumber": "1234-5678" },
       { "sku": "GOOGLE-USA-10USD", "serialCode": "MNOP-QRST-UVWX", "serialNumber": "9876-5432" },
       { "sku": "APPLE-USA-15USD", "serialCode": "YYYY-ZZZZ-AAAA", "serialNumber": "0000-1111" }
    ]
  },
  "status": true
}
  
Note: The “serials” array includes one entry per quantity ordered.

Response Field Breakdown

Best Practices

Error Handling

If the call fails, the API returns:
json
{
  "status": false,
  "error": {
    "code": "INSUFFICIENT_STOCK",
    "message": "Requested quantity not available."
  }
}
  

Recommended flow:

Let’s Boost Your
Business Efficiency

Say goodbye to delays, fraud, and complex setups—our solution is built for speed and trust.

Get Latest News for Free!

Sign up to get product updates, new partner alerts, and
exclusive API insights
No spam. Unsubscribe anytime

Why WUPEX?

Partners

Industries

Resources

Company

Downloads

Features

Support

Copyright © 2024 WUPEX | All Rights Reserved.

Why WUPEX?

Partners

Industries

Features

Support

Company

Resources

Downloads

Copyright © 2024 WUPEX | All Rights Reserved.