Checks whether a token is valid and active in the PayFacto recurring billing vault. Returns the associated masked card details on success. No transaction is processed and no vault record is modified. Use this endpoint to confirm a cardholder registration is still valid before initiating a billing operation, or to retrieve the card details associated with a stored token.
API Key
Generate your API key from the Payments Manager: Administrator Client β API Key β Add New Key. Pass it as auth-api-key in every request.
Company & Merchant Numbers
Your CompanyNumber (5-digit) and MerchantNumber (8-digit) are issued by PayFacto during onboarding. Both are required on every Verify User request.
Environment Base URL
Test: https://test.api.payfacto.cloud/v1 | Production: Provided by the PayFacto Integration team upon certification.
Request Format β Base64-Encoded Payload
Requests use HTTP POST with an application/x-www-form-urlencoded body. Assemble all parameters as a cleartext query string, Base64-encode it, then send: auth-api-key={key}&payload={base64}. This endpoint does not require card data, terminal numbers, or transaction amounts.
Token Required
The Token field identifies the cardholder vault registration to verify. It must be a token previously returned by /v1/recur/AddUser, /v1/recur/CreateSession, or /v1/recur/AddSubscription.
Read-Only Operation
This endpoint retrieves data only. No transaction is processed, no vault record is modified, and no charge is made to the cardholder.
All parameters are passed inside the Base64-encoded payload form field. Raw body format: auth-api-key=<key>&payload=<base64>. This endpoint does not require card data, terminal numbers, or transaction amounts.
Required fields
The example below uses the test endpoint and a sandbox API key. Replace credentials and base URL before going live.
Always returned
Conditionally returned
Returned when returnCode is 00. These fields confirm the token is valid and describe the associated cardholder vault registration.
The following codes are most relevant to this endpoint. For the complete catalogue see the Return Code Index.