slug: western-union provider: The Western Union Company generated_by: planning/capability-mapping/scripts/classify_capabilities.py model: claude-opus-5 frame: - Banking & Capital Markets min_confidence: 0.7 capability_model: source: https://github.com/vincentmakes/turbo-ea-capabilities license: CC-BY-4.0 attribution: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0 notice: NOTICE edge_count: 4 edges: - tag: Payments spec_file: western-union-payments-api-openapi.yml capability_id: BC-1340.40 capability_id_l1: BC-1340 capability_name: Cross-Border Payment Management confidence: 0.9 evidence: POST /customers/{clientId}/batches/{batchId}/payments createPayment Add Payment to Batch; "send up to 10,000 international payments in a single batch across 130+ currencies in 200+ countries"; schemas Beneficiary, BankAccount, ThirdPartyRemitter reason: Operations capture and submit international payment instructions with beneficiary and bank account details — cross-border payment management. - tag: Quotes spec_file: western-union-quotes-api-openapi.yml capability_id: BC-1340.40 capability_id_l1: BC-1340 capability_name: Cross-Border Payment Management confidence: 0.78 evidence: POST /customers/{clientId}/quotes createQuote Create FX Quote; schemas QuoteRequest, QuotedItem reason: FX quoting for international payment batches is part of cross-border payment management (international payments, FX); it serves the payment flow rather than corporate treasury hedging. - tag: Batches spec_file: western-union-batches-api-openapi.yml capability_id: BC-1340.40 capability_id_l1: BC-1340 capability_name: Cross-Border Payment Management confidence: 0.75 evidence: '''Create Batch'' / ''Delete Batch'' within API that ''enables ... up to 10,000 international payments in a single batch across 130+ currencies''' reason: Batches here are containers of international payment instructions in WU's mass cross-border payments flow. - tag: Orders spec_file: western-union-orders-api-openapi.yml capability_id: BC-1340 capability_id_l1: BC-1340 capability_name: Payments & Card Management confidence: 0.7 evidence: GET /customers/{clientId}/orders listOrders List Orders; "The API supports payment lifecycle management including batch creation, adding payments, FX quotes, committing, and tracking" reason: Within a mass cross-border payments API, orders are the payment order records retrieved for tracking, so this sits in Payments management; the operations are read-only listings so the specific sub-capability is not clearly named.