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.
cURL
200

Get Verification Metadata

GET /v3/verification/payee/metadata Use this endpoint before initiating a verification to check whether payee verification is supported for a given corridor, and to retrieve the exact fields required to run a verification.

Authorizations

Authorization
string
required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

country
string
Destination country (ISO 3166-1 alpha-2, e.g. IN, US, GB).
currency
string
Currency of the destination account (ISO 4217, e.g. INR, USD).
type
enum
Type of payout rail. Allowed: local, swift, local_payment_network.
local_payment_network.type
string
Type of local payment network. Required if type = local_payment_network (e.g. upi_inr, pix_brl, promptpay_thb).

Response

data
object