tenant-mandate-read
or tenant-admin
Get Provider Configuration
Returns a Provider Configuration.
Unauthorized
Forbidden
{- "tenantId": "00998360-4902-4aab-9f78-cebf129528b3",
- "mandateProvider": "Bottomline",
- "network": "Bacs",
- "validationProvider": "Bottomline",
- "creditorProfileRef": "creditor-profile-123",
- "clientName": "Duck Creek",
- "clientEmail": "an-email@duckcreek.com",
- "clientMerchantId": "abc123",
- "clientBankStatementName": "DUCKCREEK",
- "notificationPeriod": 3
}
tenant-mandate-write
or tenant-admin
Create Provider Configuration
The provider configuration details.
Provider Configuration was successfully created.
Unauthorized
Forbidden
{- "mandateProvider": "Bottomline",
- "validationProvider": "Bottomline",
- "creditorProfileRef": "creditor-profile-123",
- "clientName": "Duck Creek",
- "clientEmail": "an-email@duckcreek.com",
- "clientMerchantId": "abc123",
- "clientBankStatementName": "DUCKCREEK",
- "notificationPeriod": 3
}
Provider Configuration already exists for this network.
{- "title": "BAD_REQUEST",
- "detail": "See validation errors.",
- "timestamp": "2021-01-30T08:30:00Z",
- "correlationId": "0HMB2TA322CA7:00000001",
- "status": 404,
- "traceId": "0HMB2TA322CA7:00000001",
- "errors": [
- {
- "title": "PROVIDER_CONFIGURATION_EXISTS",
- "detail": "Provider Configuration already exists for this network."
}
]
}
tenant-mandate-write
or tenant-admin
Update Provider Configuration
The amended provider configuration details.
Provider Configuration was successfully created.
Unauthorized
Forbidden
{- "mandateProvider": "Bottomline",
- "validationProvider": "Bottomline",
- "creditorProfileRef": "creditor-profile-123",
- "clientName": "Duck Creek",
- "clientEmail": "an-email@duckcreek.com",
- "clientMerchantId": "abc123",
- "clientBankStatementName": "DUCKCREEK",
- "notificationPeriod": 3
}
Provider Configuration does not exist.
{- "title": "BAD_REQUEST",
- "detail": "See validation errors.",
- "timestamp": "2021-01-30T08:30:00Z",
- "correlationId": "0HMB2TA322CA7:00000001",
- "status": 404,
- "traceId": "0HMB2TA322CA7:00000001",
- "errors": [
- {
- "title": "PROVIDER_CONFIGURATION_NOT_FOUND",
- "detail": "Provider Configuration does not exist"
}
]
}
tenant-mandate-write
or tenant-admin
Delete Provider Configuration
Provider Configuration was successfully deleted.
Unauthorized
Forbidden
Provider Configuration does not exist.
{- "title": "BAD_REQUEST",
- "detail": "See validation errors.",
- "timestamp": "2021-01-30T08:30:00Z",
- "correlationId": "0HMB2TA322CA7:00000001",
- "status": 404,
- "traceId": "0HMB2TA322CA7:00000001",
- "errors": [
- {
- "title": "PROVIDER_CONFIGURATION_NOT_FOUND",
- "detail": "Provider Configuration does not exist"
}
]
}