Get Payer
service: getPayer
Get Payer Information.
bizContent Request Parameters
bizContent Request Sample
{
"email": "[email protected]"
}bizContent Response Parameters
status
Integer
Y
Status of the response: 0 indicates success, -1 indicates failure.
errorCode
String
N
Application specific error code about any error that occurred during processing.
errorMessage
String
N
Error Description
data
Object
N
The actual data payload of the response, which can be of any JSON-compatible type
See Data Payload
Data Payload
firstName
String
Y
The first name of the payer.
lastName
String
Y
The last name of the payer.
String
Y
The email of the payer.
areaCode
Integer
Y
The area code of the payer's phone.
phone
Integer
Y
The payer's phone number.
address
String
Y
The address of the payer.
city
String
Y
The city of the payer.
province
String
Y
The province or state of the payer.
postcode
String
Y
The post or zip code of the payer.
country
String
Y
The country of the payer.
payerID
Integer
Y
Important:The specific business operation results are subject to statusCode field
bizContent Decrypted Sample
Last updated