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

Retrieve Verification

GET /v3/verification/payee/{id}

Authorizations

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

Path Parameters

string
required
Unique ID of the verification object. Prefix: ver_.

Response

string
Unique identifier for the verification object. Prefix: ver_.
string
Fixed value: verification.
enum
Current status of the verification. Allowed: valid, invalid.
string
Human-readable description of the verification status.
string
ID of the saved beneficiary used (bnf_xxxx). null for inline verifications.
object
Echo of the beneficiary details submitted in the original request or retrieved from the saved beneficiary object.
object
Destination details echoed from the original request.
object
Provider-returned verification result. Present when verification_status.status = valid.
object
Balance details for this verification.
object
Key-value map of merchant-defined metadata. Echoed from the original request if provided. Max 10 keys; string values ≤ 500 chars each.
string
Your reference ID echoed from the original request.
timestamp
Timestamp when the verification object was created.
timestamp
Timestamp of the last status update.