v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
Initiate adding a card on file for the organisation
Three scenarios are supported: (1) provide a cardId and alias to add an Eclipse-issued card as a Card on File; (2) provide neither cardId nor card data to receive an iFrame completion URL for the organisation to enter card details; (3) PCI-DSS compliant tenants may send card data directly to create the Card on File immediately.
post/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/cards-on-file
Path parameters
tenantIdinteger required
organisationIdinteger required
Request body
Example request
{
"deleteAt": "2022-03-10T12:15:50-04:00"
}Response
OK
Example response
{
"schemeTokenExpiry": "2022-03-10T12:15:50-04:00"
}