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.
payerIdstringOptional
Unique identifier for the payer.
namestringOptional
Full name of the payer.
emailAddressstringOptionalformat: "email"
Email address of the payer.
mobileNumberstringOptional
Mobile number of the payer.
metadatamap from strings to stringsOptional
Additional metadata for the payer.

Errors

404
Not Found Error