tokenize

abstract fun tokenize(request: POCardTokenizationRequest, callback: ProcessOutCallback<POCard>)

Tokenizes a card. You can use the card for a single payment by creating a card token with it. If you want to use the card for multiple payments then you can use the card token to create a reusable customer token. Note that once you have used the card token either for a payment or to create a customer token, the card token becomes invalid and you cannot use it for any further actions.