Skip to main content

Method

GET /v1/integrations/netopia/redirect

Query Parameters

string
Netopia order identifier (Voyant paymentId).
number
Netopia status code (3/5 indicate success).
string
Netopia transaction ID.
string
Optional status message shown to the traveller.

Request Example

Behaviour

  • Logs the redirect payload and updates the associated payment session (confirmed for success, failed otherwise).
  • Inserts a captured payment record when successful and triggers the payments.payment_success_orchestrator workflow (contracts, invoices, notifications).
  • Redirects the customer to the web application result page (defaults to PUBLIC_WEB_URL/DASH_BASE_URL).
This endpoint is public—ensure your web app validates the query parameters it receives before displaying success or failure messaging.