Skip to main content
The following events can be raised by the iOS SDK. transactionCreated Returns data about the transaction object when the transaction was successfully created.
transactionFailed Returned when the transaction encounters an error.
When a network error occurs, the payload includes a responseCode.
Here’s a list of potential values for responseCode: cancelled Returned when the user closes the payment sheet without creating a transaction. generalError Returned when the SDK encounters an error.
cardDetailsChanged Returned when the card BIN changes in the form. It contains information on the inputted card, such as the BIN, card type and scheme.