CardClient
class CardClient
Use this client to approve an order with a Card.
Properties
Functions
Link copied to clipboard
Confirm Card payment source for an order.
Link copied to clipboard
After a merchant app has re-entered the foreground following an auth challenge (@see CardClient.approveOrder), call this method to see if a user has successfully approved their Credit (or Debit) card as a payment source.
Link copied to clipboard
After a merchant app has re-entered the foreground following an auth challenge (@see CardClient.vault), call this method to see if a user has successfully authorized their Credit (or Debit) card for vaulting.
Link copied to clipboard
fun presentAuthChallenge(activity: Activity, authChallenge: CardAuthChallenge): CardPresentAuthChallengeResult
Present an auth challenge received from a CardClient.approveOrder or CardClient.vault result.
Link copied to clipboard
Restore a feature client using instance state. @see instanceState