cURL
200
Retrieve Verification
GET/v3/verification/payee/{id}
Authorizations
Basic authentication header of the form
Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.Path Parameters
Unique ID of the verification object. Prefix:
ver_.Response
Unique identifier for the verification object. Prefix:
ver_.Fixed value:
verification.Current status of the verification. Allowed:
valid, invalid.Human-readable description of the verification status.
ID of the saved beneficiary used (
bnf_xxxx). null for inline verifications.Echo of the beneficiary details submitted in the original request or retrieved from the saved beneficiary object.
Destination details echoed from the original request.
Provider-returned verification result. Present when
verification_status.status = valid.Balance details for this verification.
Key-value map of merchant-defined metadata. Echoed from the original request if provided. Max 10 keys; string values ≤ 500 chars each.
Your reference ID echoed from the original request.
Timestamp when the verification object was created.
Timestamp of the last status update.
