SCPPaymentStatus

enum SCPPaymentStatus {}

The possible payment statuses for the SDK.

  • The SDK is not ready to start a payment. It may be busy with another command, or a reader may not be connected.

    Declaration

    Objective-C

    SCPPaymentStatusNotReady
  • The SDK is ready to start a payment.

    Declaration

    Objective-C

    SCPPaymentStatusReady
  • The SDK is waiting for input from the customer (e.g., for a card to be presented to the reader)

    Declaration

    Objective-C

    SCPPaymentStatusWaitingForInput
  • The SDK is processing a payment.

    Declaration

    Objective-C

    SCPPaymentStatusProcessing