View Source Paystack.Transfer (Paystack v0.7.0)

The Transfers API allows you automate sending money on your integration

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

Link to this section Summary

Functions

Get details of a transfer on your integration.

Finalize an initiated transfer

Status of transfer object returned will be pending if OTP is disabled. In the event that an OTP is required, status will read otp.

You need to disable the Transfers OTP requirement to use this endpoint.

List the transfers made on your integration.

Verify the status of a transfer on your integration.

Link to this section Functions

Specs

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

Get details of a transfer on your integration.

Specs

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

Finalize an initiated transfer

Specs

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

Status of transfer object returned will be pending if OTP is disabled. In the event that an OTP is required, status will read otp.

Specs

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

You need to disable the Transfers OTP requirement to use this endpoint.

Specs

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

List the transfers made on your integration.

Specs

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

Specs

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

Verify the status of a transfer on your integration.