To send rewards through the API, you’ll do so by creating an order, which wraps the fulfillment of one or more rewards.

Example order

{
  "id": 0,
  "status": "COMPLETED",
  "order_item": {
    "id": 0,
    "status": "COMPLETED"
  },
  "total_price_charged": {
    "price": {
      "amount": 100,
      "currency": "USD"
    },
    "applied_exchange_rate": {
      "rate": 0,
      "currency": {
        "from": "string",
        "to": "string"
      }
    }
  }
}