Skip to main content
Tazamatch is coming soon. The APIs listed here are for reference only and are not yet available in production or sandbox.
Merchants with Tazamatch enabled can access payee verification directly from the Tazapay merchant dashboard. The dashboard supports three actions:

1. Check corridor capabilities

Before running a verification, check whether your target corridor is supported and what fields are required.
  • Navigate to Tazamatch → Capabilities
  • Select the destination country, currency, and payment type
  • The dashboard returns required fields and supported capabilities for that corridor
This is the dashboard equivalent of calling GET/v3/verification/payee/metadata.

2. Trigger a verification

Run a verification manually for any supported corridor.
  • Navigate to Tazamatch → Verify Payee
  • Enter the required bank and payee details for your corridor
  • Submit and the result is returned on screen with verification status and match type
This is the dashboard equivalent of calling POST/v3/verify/payee.

3. View historical verifications

Review past verifications run under your account.
  • Navigate to Tazamatch → Verifications
  • View verification status, match type, corridor, and timestamp for each record
  • Click any verification to view full details including the pyv_xxxx ID and response fields
This is the dashboard equivalent of calling GET/v3/verifications/payee.