Package-level declarations
Types
Link copied to clipboard
Indicates the action that will be performed onto the card payment source id after retrieving the verification token.
Link copied to clipboard
object BuyerVerification
Lets the application retrieve a verification token for a payment source ID.
Link copied to clipboard
Represents the result of a BuyerVerification.verify operation. The result will be an instance of Success if the operation is successful or Error if the operation failed.
Link copied to clipboard
Indicates the country associated with an entity, such as a business. Values are in ISO 3166-1-alpha-2 format.
Link copied to clipboard
Amount to charge the card payment source ID in the specified currencyCode
Link copied to clipboard
Link copied to clipboard
class VerificationParameters(val paymentSourceId: String, val action: BuyerAction, val squareIdentifier: SquareIdentifier, val contact: Contact)
Functions
Link copied to clipboard
inline fun BuyerVerification.handleActivityResult(data: Intent?, crossinline callback: (BuyerVerificationResult) -> Unit)