Platform Configuration
Update platform configuration
Update the platform configuration settings
patch/config
Request body
Example request
{
"umaDomain": "mycompany.com",
"webhookEndpoint": "https://api.mycompany.com/webhooks/uma",
"supportedCurrencies": [
{
"currencyCode": "USD",
"minAmount": 100,
"maxAmount": 1000000,
"requiredCounterpartyFields": [
{
"name": "FULL_NAME",
"mandatory": true
},
{
"name": "BIRTH_DATE",
"mandatory": true
},
{
"name": "NATIONALITY",
"mandatory": true
}
],
"umaProviderRequiredUserFields": [
"NATIONALITY",
"BIRTH_DATE"
],
"umaProviderRequiredCounterpartyUserFields": [
"FULL_NAME",
"COUNTRY_OF_RESIDENCE"
],
"enabledTransactionTypes": [
"OUTGOING",
"INCOMING"
]
}
]
}Response
Configuration updated successfully
Example response
{
"id": "Platform:019542f5-b3e7-1d02-0000-000000000003",
"umaDomain": "platform.uma.domain",
"proxyUmaaasSubdomain": "platform",
"webhookEndpoint": "https://api.mycompany.com/webhooks/uma",
"supportedCurrencies": [
{
"currencyCode": "USD",
"minAmount": 100,
"maxAmount": 1000000,
"requiredCounterpartyFields": [
{
"name": "FULL_NAME",
"mandatory": true
},
{
"name": "BIRTH_DATE",
"mandatory": true
},
{
"name": "NATIONALITY",
"mandatory": true
}
],
"umaProviderRequiredUserFields": [
"NATIONALITY",
"BIRTH_DATE"
],
"umaProviderRequiredCounterpartyUserFields": [
"FULL_NAME",
"COUNTRY_OF_RESIDENCE"
],
"enabledTransactionTypes": [
"OUTGOING",
"INCOMING"
]
}
],
"createdAt": "2023-06-15T12:30:45Z",
"updatedAt": "2023-06-15T12:30:45Z"
}