List all user accounts of the specified partner.
OK
Bad Request
Unauthorized
Forbidden
{- "content": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "email": "string",
- "roles": [
- "ACCOUNT_CREATE"
], - "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z"
}
], - "totalElements": 1,
- "page": 0,
- "pageSize": 0
}
Create a partner user account.
Created
Bad Request
Unauthorized
Forbidden
Conflict
{- "email": "string",
- "roles": [
- "ACCOUNT_CREATE"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "otp": "string"
}
Get your configuration information as partner.
OK
Bad Request
Unauthorized
Forbidden
{- "name": "string",
- "displayName": "string",
- "logoUrl": "string",
- "address": {
- "isoCountryCode": "ABW",
- "city": "string",
- "postalCode": "string",
- "street": "string",
- "number": "string",
- "refinement": "string",
- "stateOrProvince": "string",
- "status": "INVALID"
}, - "consumerOtpMessage": "string",
- "corporateOtpMessage": "string",
- "emailProperties": {
- "senderEmailAddress": "string",
- "senderEmailName": "string"
}, - "contactInformation": {
- "adminEmail": "string",
- "billingEmail": "string",
- "commercialEmail": "string",
- "techEmail": "string",
- "complianceEmail": "string"
}, - "limits": {
- "ledger": {
- "transactionLimit": 0,
- "transactionDailyLimit": 0,
- "transactionMonthlyLimit": 0,
- "ddTransactionLimit": 0,
- "ddMonthlyLimit": 0
}
}, - "creationDate": "2019-08-24T14:15:22Z",
- "updateDate": "2019-08-24T14:15:22Z"
}
Update your configuration information as Partner.
OK
Bad Request
Unauthorized
Forbidden
{- "address": {
- "isoCountryCode": "AUT",
- "city": "string",
- "postalCode": "string",
- "street": "string",
- "number": "string",
- "refinement": "string",
- "stateOrProvince": "string",
- "bypassVerification": true
}, - "consumerOtpMessage": "string",
- "corporateOtpMessage": "string",
- "displayName": "string",
- "logoUrl": "string",
- "contactInformation": {
- "adminEmail": "string",
- "billingEmail": "string",
- "commercialEmail": "string",
- "techEmail": "string",
- "complianceEmail": "string"
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "updateDate": "2019-08-24T14:15:22Z"
}
Update a partner user account.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "roles": [
- "ACCOUNT_CREATE"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "updateDate": "2019-08-24T14:15:22Z"
}
Get your acquiring configuration information.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "saleMerchantId": "string",
- "recurringSaleMerchantId": "string",
- "loadMerchantId": "string",
- "recurringLoadMerchantId": "string",
- "saleLedgerId": "7c9baf3d-1dd4-4bcc-8ea2-e16acc7b3405",
- "loadLedgerId": "c6604c79-9922-41d2-b00b-5fa26e6d7c23",
- "loadRateFee": 0,
- "loadFlatFee": 0,
- "minLoad": 0,
- "maxLoad": 0
}