Verify PPI

Verify whether a Passport Payment ID (PPI) exists within the system before initiating a PPI-based transaction or creating a contact.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The PPI to verify.

Request body for verifying a Passport Payment ID (PPI).

string

The Passport Payment ID to verify. Format: {identifier}@ppi.

Headers
string
enum
required

Controls response timing. NEVER returns an immediate response; ALWAYS defers processing.

Allowed:
Responses
202

The request has been accepted for processing. Expected when PromiseMode is ALWAYS.

204

The PPI exists and is valid. No content returned.

299

The PPI was verified, but the action may have an impact. Check the warning details.

400

The request could not be processed due to invalid or missing parameters.

401

Authentication failed. Verify that the Authorization header contains a valid Bearer token.

403

The authenticated user does not have permission to perform this operation.

500

An unexpected error occurred on the Passport server while processing the request.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!