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.