Re-query a VAS purchase 🔒
Re-query and reconcile a bill payment by reference. A confirmed success completes it (and captures any token); a confirmed failure refunds the debit. Poll this if a purchase response was pending or you missed the BILLS_PURCHASE_NOTIFICATION webhook.
Authorizations
Your business API key (live_key_...). Issued on approval; managed in Dashboard → Settings → Developer.
Base64(HMAC-SHA256(secretApiKey, input)) over the raw request body (POST) or canonicalized
query string (signed GET). Also send X-Numero-Signature-Version: v2. Required on
money-movement / state-changing endpoints (marked 🔒).
Query Parameters
The VAS transaction reference returned when you initiated the purchase.
Response
The reconciled transaction.