Create Payer Profile

Creates a new payer profile outside of a transaction. This operation is useful for setting up a payer's information in advance, allowing for smoother transaction processing in the future. The profile includes essential details such as the payer's name, email, and mobile number.

Request

This endpoint expects an object.
payerIdstringOptional
Unique identifier for the payer.
namestringOptional
Full name of the payer.
emailAddressstringOptional
Email address of the payer.
mobileNumberstringOptional
Mobile number of the payer.
metadatamap from strings to stringsOptional
Additional metadata for the payer.

Response

Payer profile created 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