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.

Link to this function

register_domain(domain_name)

View Source

Specs

register_domain(String.t()) :: Paystack.Api.t()

Register a top-level domain or subdomain for your Apple Pay integration.

Link to this function

unregister_domain(domain_name)

View Source

Specs

unregister_domain(String.t()) :: Paystack.Api.t()

Unregister a top-level domain or subdomain previously used for your Apple Pay integration.