v1

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

Get a card provisioning record by ID

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

Path parameters

tenantIdinteger required
provisioningIdinteger required

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.