CardsApiRepository

interface CardsApiRepository

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
guestInitCapture
Link copied to clipboard

Get a credit card detials input iframe (URL) for a guest user. This API is rate limited to 10 requests per minute per guest shopper id.

abstract fun guestInitCapture(initiateCardCaptureRequest: InitiateCardCaptureRequest): ApiResult<InitiateCardCaptureResponse>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
initCapture
Link copied to clipboard

Get a credit card detials input iframe (URL) for the consumer. This API is rate limited to 10 requests per minute per shopper id.

abstract fun initCapture(initiateCardCaptureRequest: InitiateCardCaptureRequest): ApiResult<InitiateCardCaptureResponse>
toString
Link copied to clipboard
open override fun toString(): String