v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
Create a wallet for the organisation
Creates a new wallet linked to the organisation. If this is a card wallet it will also create the first linked card, retrievable via the wallet mappings.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/wallets
Path parameters
tenantIdinteger required
organisationIdinteger required
Request body
Example request
{
"primaryPhysicalCardIdentifier": {
"expiry": "2022-03-10T12:15:50-04:00"
}
}Response
OK
Example response
{
"created": "2022-03-10T12:15:50-04:00"
}