Skip to main content

Method

GET /v1/integrations/netopia/redirect

Query Parameters

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

Request Example

curl "https://api.voyantcloud.com/v1/integrations/netopia/redirect?orderID=ORDER-20250301-0001&status=3&ntpID=9876543210" \
  -H "Accept: application/json"

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.