profile
This is customer's profile details.
The customer's profile id in the system. If this is present rest all other fields are not required.
The status of customer in the system, returned in the response.
This is the reference number for the customer created by the merchant and submitted as part of the request. It must be unique for each customer.
Note: This value is mandatory when fundingTransaction is used.
Possible values: <= 10 characters
This indicates the customer's locale preference.
Note: Optional for GiroPay, Vippreferred-Direct-Registration. Not required for Paysafe Card Payouts.
Possible values: [en_US
, fr_CA
, en_GB
, en_CA
]
This is the customer’s first name.
Possible values: <= 80 characters
Venkata Suresh
This is the customer’s last name.
Possible values: <= 80 characters
Chagalamarri
This is the customer's email address.
Possible values: <= 255 characters
paysafe@gmail.com
This is the customer's phone number.
Note: Optional for GiroPay. Not required for Paysafe Card Payouts.
Possible values: <= 40 characters
1234567891
dateOfBirth object
This is the recipient's date of birth.
This is the day of birth.
Possible values: <= 31
6
This is the month of birth.
Possible values: <= 12
5
This is the year of birth.
Possible values: >= 1900
1998
Customer's mobile number.
Possible values: <= 40 characters
9846573804
This field indicates the Customer's gender.
M - Male
F - Female
Possible values: [M
, F
]
M
This field indicates the Customer's nationality.
Possible values: <= 30 characters
Indian
identityDocuments object[]
identityDocuments object[]required
This is array of 2 JSON objects.
- 1st object contains SSN
- 2nd object contains Identity document details.
- MOD1
- MOD2
{
"id": "string",
"status": "string",
"merchantCustomerId": "string",
"locale": "en_US",
"firstName": "Venkata Suresh",
"lastName": "Chagalamarri",
"email": "paysafe@gmail.com",
"phone": "1234567891",
"dateOfBirth": {
"day": 6,
"month": 5,
"year": 1998
},
"mobile": "9846573804",
"gender": "M",
"nationality": "Indian",
"identityDocuments": [
{
"identityDocuments": [
{
"type": "SOCIAL_SECURITY",
"documentNumber": "SSN123456"
},
{
"type": "PASSPORT",
"documentNumber": "1234567",
"issuingCountry": "USA",
"issuingCountrySubdvision": "SA",
"expiryDate": {
"month": 12,
"year": 2022
}
}
]
}
]
}