Contents

INPayBillIntentResponseCode.inProgress

You’ve received the payment details and are in the process of scheduling the transaction.

Declaration

case inProgress

Discussion

Use this code during the handling phase to indicate that you received the transaction details, but have not yet scheduled the transaction. Return this code if you’re unable to schedule the transaction from your handler method within a few seconds of receiving it.

See Also

Constants