Package

org.mdedetrich

stripe

Permalink

package stripe

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiKey(apiKey: String) extends AnyVal with Product with Serializable

    Permalink

    The stripe secret API key

  2. final case class Endpoint(url: String) extends AnyVal with Product with Serializable

    Permalink

    The stripe API endpoint.

    The stripe API endpoint. Make sure you leave out any trailing '/' character.

  3. final case class FileUploadEndpoint(url: String) extends AnyVal with Product with Serializable

    Permalink

    The stripe file Upload API endpoint.

    The stripe file Upload API endpoint. Make sure you leave out any trailing '/' character.

  4. final case class IdempotencyKey(key: String) extends AnyVal with Product with Serializable

    Permalink

    Allows you to specify an idempotent key to prevent duplicate requests (so you don't accidentally charge a customer twice in case of network failures).

    Allows you to specify an idempotent key to prevent duplicate requests (so you don't accidentally charge a customer twice in case of network failures). https://stripe.com/docs/api#idempotent_requests

  5. case class InvalidJsonModelException(httpStatusCode: Long, url: String, postParameters: Option[Map[String, String]], postJson: Option[JsValue], jsonResponse: JsValue, errors: Seq[(JsPath, Seq[ValidationError])]) extends Exception with Product with Serializable

    Permalink

    This exception is thrown when there is an error in converting the JSON to a case class

    This exception is thrown when there is an error in converting the JSON to a case class

    url

    The URL for the call

    postParameters

    The POST body as form parameters

    postJson

    The POST body as JSON

    jsonResponse

    The original json response

    errors

    The errors as reported from play-json

  6. case class MaxNumberOfRetries(numberOfRetries: Int) extends Exception with Product with Serializable

    Permalink
  7. trait PostParams[T] extends AnyRef

    Permalink

Value Members

  1. object Config

    Permalink
  2. object PostParams

    Permalink
  3. package v1

    Permalink

Ungrouped