western-union · Example Payload

Western Union Create Batch Example

Fortune 500

Western Union Create Batch Example is an example object payload from western-union, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "PUT",
    "url": "https://api.westernunion.com/customers/client123/batches/batch-2026-05-001",
    "headers": {
      "Content-Type": "application/json",
      "Accept": "application/json"
    },
    "body": {
      "reference": "PAYROLL-MAY-2026-001"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "id": "batch-2026-05-001",
      "reference": "PAYROLL-MAY-2026-001",
      "createdOn": "2026-05-03T09:00:00Z",
      "lastUpdatedOn": "2026-05-03T09:00:00Z",
      "numberOfReceivedPayments": 0,
      "numberOfAcceptedPayments": 0,
      "aggregateAmounts": []
    }
  }
}