View Source Paystack.PaymentPage (Paystack v0.7.0)

The Payment Pages API provides a quick and secure way to collect payment for products.

https://paystack.com/docs/api/#page

Link to this section Summary

Functions

Add products to a payment page

Check the availability of a slug for a payment page.

Create a payment page on your integration

Get details of a payment page on your integration.

List payment pages available on your integration.

Update a payment page details on your integration

Link to this section Functions

Link to this function

add_product(page_id, product_ids)

View Source

Specs

add_product(String.t(), [integer()]) :: Paystack.Api.t()

Add products to a payment page

Link to this function

check_slug_availability(slug)

View Source

Specs

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

Check the availability of a slug for a payment page.

Specs

create(map()) :: Paystack.Api.t()

Create a payment page on your integration

Specs

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

Get details of a payment page on your integration.

Specs

list() :: Paystack.Api.t()

List payment pages available on your integration.

Specs

list(map() | list()) :: Paystack.Api.t()
Link to this function

update(id_or_slug, params)

View Source

Specs

update(String.t(), map()) :: Paystack.Api.t()

Update a payment page details on your integration