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

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

Path Parameters

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

Response

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