AdyenClient.PaymentsApp (AdyenClient v1.0.0)

Copy Markdown View Source

Adyen Payments App API (v1) — Android-based POS app management.

Summary

Functions

Create a boarding token at merchant level.

List Payments App installations at merchant level.

List Payments App installations at store level.

Revoke a Payments App installation's authentication.

Functions

create_boarding_token_merchant(merchant_id, params, opts \\ [])

@spec create_boarding_token_merchant(String.t(), map(), keyword()) ::
  AdyenClient.Client.response()

Create a boarding token at merchant level.

create_boarding_token_store(merchant_id, store_id, params, opts \\ [])

@spec create_boarding_token_store(String.t(), String.t(), map(), keyword()) ::
  AdyenClient.Client.response()

Create a boarding token at store level.

list_merchant(merchant_id, opts \\ [])

@spec list_merchant(
  String.t(),
  keyword()
) :: AdyenClient.Client.response()

List Payments App installations at merchant level.

list_store(merchant_id, store_id, opts \\ [])

@spec list_store(String.t(), String.t(), keyword()) :: AdyenClient.Client.response()

List Payments App installations at store level.

revoke(merchant_id, installation_id, opts \\ [])

Revoke a Payments App installation's authentication.