getPaymentStatus

fun getPaymentStatus(apiVersion: String, referenceId: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/PaymentStatus>>

Retrieves the current status of a previously created Collection payment.

Return

A Flow emitting a NetworkResult whose body is the parsed PaymentStatus.

Parameters

apiVersion

The API version to target; use v2_0 for this endpoint.

referenceId

The UUID V4 reference ID used when calling createPayment.

productSubscriptionKey

The subscription key for the Collection product.