Management API — Store operations.
Summary
Functions
Create a store under a merchant.
Get a store by merchant and store ID.
Get a store by store ID only.
List stores under a merchant.
List all stores (global, across merchants).
Update a store.
Update a store by store ID only.
Functions
@spec create(String.t(), map(), keyword()) :: AdyenClient.Client.response()
Create a store under a merchant.
@spec get(String.t(), String.t(), keyword()) :: AdyenClient.Client.response()
Get a store by merchant and store ID.
@spec get_by_id( String.t(), keyword() ) :: AdyenClient.Client.response()
Get a store by store ID only.
@spec list(String.t(), map(), keyword()) :: AdyenClient.Client.response()
List stores under a merchant.
@spec list_all( map(), keyword() ) :: AdyenClient.Client.response()
List all stores (global, across merchants).
@spec update(String.t(), String.t(), map(), keyword()) :: AdyenClient.Client.response()
Update a store.
@spec update_by_id(String.t(), map(), keyword()) :: AdyenClient.Client.response()
Update a store by store ID only.