GetPartnersResponse
partners object[]nullable
Array of partners
Partner ID
Possible values: non-empty
8fkjh5
Partner name
Possible values: non-empty
First Partner
Partner email
partner@example.de
Array of OAuth2 redirect URLs
["https://example.de/sample_redirect_url1","https://example.de/sample_redirect_url2"]
User access token validity time in seconds
3600
Permissions
["partner:create","user:create"]
If true
, the partner is deleted
false
uiSettings objectnullable
PayData UI settings for the partner
Array of allowed redirect URLs
A redirect URL specified in CreateAccountUi should be in this list
["https://example.de/ui_redirect_url1","https://example.de/ui_redirect_url2"]
styling objectnullable
Color of the header background. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
#81c784
URI of the header logo.
https://paydata-api.com/paytrans-api-wAssets/img/PayData-Logo_final_powered_by.png
Color of the body background. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
#c8e6c9
Color of the body text. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
#000000
Color of accordions outline when focused. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgba(175, 230, 201, 0.5)
Color of accordions background when expanded. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(154, 211, 177)
Color of accordions text when expanded. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of accordions background when collapsed. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(154, 211, 177)
Color of accordions text when collapsed. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of accordions body. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
white
Color of the back button border. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the back button background. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the back button text. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the cancel button border. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the cancel button background. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the cancel button text. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button border. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button background. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button text. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button border when disabled. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button background when disabled. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
Color of the next button text when disabled. Should be valid CSS color value.
Possible values: <= 30 characters
, Value must match regular expression [a-zA-Z0-9%/#,.() +-:]+
rgb(255, 255, 255)
partnerStatistics objectnullable
Partner statistics
Number of users
123
pagination objectnullable
Pagination info
Returned page number
1
Reference to get the previous page
Reference to get the next page
URL of the previous page
URL of the next page
Number of items per page
25
Total number of pages
5
Total number of items
125
{
"partners": [
{
"id": "8fkjh5",
"name": "First Partner",
"email": "partner@example.de",
"redirectUrls": [
"https://example.de/sample_redirect_url1",
"https://example.de/sample_redirect_url2"
],
"userTokenExpirySeconds": 3600,
"permissions": [
"partner:create",
"user:create"
],
"isDeleted": false,
"uiSettings": {
"redirectUrls": [
"https://example.de/ui_redirect_url1",
"https://example.de/ui_redirect_url2"
],
"styling": {
"headerColor": "#81c784",
"headerLogoUrl": "https://paydata-api.com/paytrans-api-wAssets/img/PayData-Logo_final_powered_by.png",
"bodyColor": "#c8e6c9",
"textColor": "#000000",
"accordionFocusedOutlineColor": "rgba(175, 230, 201, 0.5)",
"accordionExpandedColor": "rgb(154, 211, 177)",
"accordionExpandedTextColor": "rgb(255, 255, 255)",
"accordionCollapsedBgColor": "rgb(154, 211, 177)",
"accordionCollapsedTextColor": "rgb(255, 255, 255)",
"accordionBodyColor": "white",
"backButtonBorderColor": "rgb(255, 255, 255)",
"backButtonBgColor": "rgb(255, 255, 255)",
"backButtonTextColor": "rgb(255, 255, 255)",
"cancelButtonBorderColor": "rgb(255, 255, 255)",
"cancelButtonBgColor": "rgb(255, 255, 255)",
"cancelButtonTextColor": "rgb(255, 255, 255)",
"nextButtonBorderColor": "rgb(255, 255, 255)",
"nextButtonBgColor": "rgb(255, 255, 255)",
"nextButtonTextColor": "rgb(255, 255, 255)",
"nextDisabledButtonBorderColor": "rgb(255, 255, 255)",
"nextDisabledButtonBgColor": "rgb(255, 255, 255)",
"nextDisabledButtonTextColor": "rgb(255, 255, 255)"
}
},
"partnerStatistics": {
"userCount": 123
}
}
],
"pagination": {
"pageNumber": 1,
"previousPageReference": "string",
"nextPageReference": "string",
"previousPage": "string",
"nextPage": "string",
"pageSize": 25,
"pagesCount": 5,
"totalCount": 125
}
}