View Source Paystack.TransferRecipient (Paystack v0.7.0)

The Transfer Recipients API allows you create and manage beneficiaries that you send money to

https://paystack.com/docs/api/#transfer-recipient

Link to this section Summary

Functions

Create multiple transfer recipients in batches. A duplicate account number will lead to the retrieval of the existing record.

Creates a new recipient. A duplicate account number will lead to the retrieval of the existing record.

Deletes a transfer recipient (sets the transfer recipient to inactive)

Fetch the details of a transfer recipient

List transfer recipients available on your integration

Update an existing recipient. An duplicate account number will lead to the retrieval of the existing record.

Link to this section Functions

Specs

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

Create multiple transfer recipients in batches. A duplicate account number will lead to the retrieval of the existing record.

Specs

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

Creates a new recipient. A duplicate account number will lead to the retrieval of the existing record.

Specs

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

Deletes a transfer recipient (sets the transfer recipient to inactive)

Specs

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

Fetch the details of a transfer recipient

Specs

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

List transfer recipients 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 an existing recipient. An duplicate account number will lead to the retrieval of the existing record.