ApiErrorType
- Type: stringenum
The type of error returned.
values- api
_error The request could not be processed because of an internal Paypercut or upstream issue.
- card
_error A payment attempt failed because of card, issuer, network, or authentication behavior.
- idempotency
_error The request conflicts with an earlier request made with the same idempotency key.
- invalid
_request _error The request is malformed, contains invalid parameters, or cannot be processed in its current state.

