confirmCollectPayment
suspend fun confirmCollectPayment(ticket: Ticket.CollectPayment, context: ConfirmationContext): Response<CollectPaymentResult>
Continue a collect-payment flow paused on a confirmation Response.Dialog, Response.Redirect, or Response.RedirectHandle.
Parameters
context
ConfirmationContext taken from the Response.Dialog, Response.Redirect, or Response.RedirectHandle returned by the prior call.