View Source Paystack.ApplePay (Paystack v0.7.0)
The Apple Pay API allows you register your application's top-level domain or subdomain
Link to this section Summary
Functions
Lists all registered domains on your integration. Returns an empty array if no domains have been added.
Register a top-level domain or subdomain for your Apple Pay integration.
Unregister a top-level domain or subdomain previously used for your Apple Pay integration.
Link to this section Functions
Specs
list_domains() :: Paystack.Api.t()
Lists all registered domains on your integration. Returns an empty array if no domains have been added.
Specs
register_domain(String.t()) :: Paystack.Api.t()
Register a top-level domain or subdomain for your Apple Pay integration.
Specs
unregister_domain(String.t()) :: Paystack.Api.t()
Unregister a top-level domain or subdomain previously used for your Apple Pay integration.