◆ insertPayerEmailWithCompletion:()
Optionally called so that an email address can be provided before a transaction is authorized. If this method is implemented, the transaction cannot proceed until the completion block is executed. Examples: completion("api@w.nosp@m.epay.nosp@m..com"); completion(nil);
- Parameters
-
completion | The block to be executed with the payer's email address. |
email | The payer's email address. |
◆ paymentInfo:didFailTokenization:()
Called when a tokenization call fails.
- Parameters
-
paymentInfo | The payment info that failed tokenization. |
error | The error which caused the failure. |
◆ paymentInfo:didTokenize:()
Called when a tokenization call succeeds.
- Parameters
-
paymentInfo | The payment info that was tokenized. |
paymentToken | The payment token representing the payment info. |
The documentation for this protocol was generated from the following file: