Skip to main content
Perform a validation process on the provided additional payment method data for a given vaultedPaymentMethodId.
SWIFT

Parameters

Returns

The validate method performs validation operation for the given vaultedPaymentMethodId and vaultedPaymentMethodAdditionalData. The completion handler will either return an array of errors, or nil if validation is successful. The errors returned can be cast to PrimerError or PrimerValidationError.

Example

SWIFT