retry

open suspend fun retry(paymentToken: String, params: PaymentRetryParams = PaymentRetryParams.none(), requestOptions: RequestOptions = RequestOptions.none()): PaymentRetryResponse

Retry an origination which has been returned.


abstract suspend fun retry(params: PaymentRetryParams, requestOptions: RequestOptions = RequestOptions.none()): PaymentRetryResponse
open suspend fun retry(paymentToken: String, requestOptions: RequestOptions): PaymentRetryResponse

See also