View Source Paystack.Refund (Paystack v0.7.0)

The Refunds API allows you create and manage transaction refunds

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

Link to this section Summary

Functions

Initiate a refund on your integration

Get details of a refund on your integration.

List refunds available on your integration.

Link to this section Functions

Specs

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

Initiate a refund on your integration

Specs

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

Get details of a refund on your integration.

Specs

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

List refunds available on your integration.