AdyenClient.BalancePlatform.SCAAssociations (AdyenClient v1.0.0)

Copy Markdown View Source

Balance Platform — SCA Association Management.

Manage the relationships between SCA devices and Balance Platform resources (balance accounts, payment instruments, etc.).

Summary

Functions

Delete association between SCA devices and an entity.

Get a list of SCA devices associated with an entity.

Functions

approve_pending(entity_id, device_id, params, opts \\ [])

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

Approve a pending SCA association.

delete_for_entity(entity_id, opts \\ [])

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

Delete association between SCA devices and an entity.

list_for_entity(entity_id, query \\ %{}, opts \\ [])

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

Get a list of SCA devices associated with an entity.