v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
i.1) Card Provisioning

Initiate card push provisioning

Starts the push provisioning flow for an Eclipse-issued card. The cardId is mandatory as push provisioning is only permitted for Eclipse-issued cards.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/card-provisions

Path parameters

tenantIdinteger required

Request body

callbackUrlstring

Callback URL to notify the integrator of provisioning status updates.

cardIdinteger

Unique identifier for an Eclipse-issued card used for provisioning.

customerIdinteger

Unique identifier for the customer making the provisioning request.

landingUrlstring

Redirect URL for the user after completing provisioning.

tokenRequestorIdstring

Token requestor's unique identifier.

Response

OK

callbackUrlstring

Callback URL to notify the integrator of provisioning status updates.

completionUrlstring

Completion URL where the provisioning process finalizes.

customerIdinteger

Unique identifier for the customer.

landingUrlstring

Redirect URL for the user after provisioning is complete.

provisioningIdinteger

Unique identifier for the provisioning request.

status'BUILDING' | 'CANCELLED' | 'ERROR_PERM' | 'ERROR_TEMP' | 'PENDING' | 'REVERSED' | 'SUCCESSFUL' | 'TIMEOUT'

Status of a payment BUILDING: Not yet submitted as more data needs to be captured, PENDING:Being processed and can no longer be enhanced, SUCCESSFUL: Successfully completed, ERROR_PERM: Failed and wont ever succeed, ERROR_TEMP: Currently having an error but its being retried and may succeed or permanently fail, TIMEOUT: Failed as the process was not finalised in time, CANCELLED: Cancelled prior to SUCCESS or FAILURE, REVERSED: Reversed after success

tokenRequestorIdstring

Token requestor's unique identifier.