Get Payer Profile

Retrieves a payer profile and associated payment methods. This call is essential for accessing a payer's stored information, which can be used to facilitate transactions or update the payer's details. It returns comprehensive data about the payer, including their stored payment methods.

Path parameters

payerIdstringRequired
The unique identifier for the payer.

Response

Payer profile retrieved successfully.
payerIdstring or null
Unique identifier for the payer.
namestring or null
Full name of the payer.
emailAddressstring or null
Email address of the payer.
mobileNumberstring or null
Mobile number of the payer.
metadatamap from strings to strings or null
Additional metadata for the payer.

Errors