View Source ExXendit (ExXendit v0.1.5)

Handles base http requests

Summary

Types

Headers used in Xendit

Types

@type headers() :: %{
  optional(:sub_account_id) => String.t(),
  optional(:with_split_rule) => String.t(),
  optional(:idempotency_key) => String.t()
}

Headers used in Xendit

Parameters

  • :sub_account_id - The sub-account user-id

  • :with_split_rule - Split Rule ID that you would like to apply to this eWallet charge

  • :idempotency_key - A unique key to prevent processing duplicate requests. Can be your reference_id or any GUID. Must be unique across development & production environments.

Functions

Link to this function

get(url, params, headers)

View Source