View Source Paystack.Plan (Paystack v0.7.0)

The Plans API allows you create and manage installment payment options on your integration

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

Link to this section Summary

Functions

Create a plan on your integration

Get details of a plan on your integration.

List plans available on your integration.

Update a plan details on your integration

Link to this section Functions

Specs

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

Create a plan on your integration

Specs

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

Get details of a plan on your integration.

Specs

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

List plans available on your integration.

Specs

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

update(id_or_code, params)

View Source

Specs

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

Update a plan details on your integration