getPreApprovalStatus

suspend fun getPreApprovalStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String): Response<PreApprovalStatus>

Retrieves the status of a previously created Collection pre-approval.

Return

A Response whose body is the parsed io.rekast.sdk.model.PreApprovalStatus.

Parameters

referenceId

The UUID V4 reference ID used when calling createPreApproval.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the Collection product.