initiate_bulk_transfer: Initiate Bulk Transfer

Description Usage Arguments Details Examples

Description

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

Usage

1
initiate_bulk_transfer(authorization, ...)

Arguments

authorization

set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY"

...

Body Param

Details

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

Examples

1
2
3
4
5
6
7
list(
  currency = "NGN",
  source = "balance",
  transfers = data.frame(
    amount = rep(50000, 2),
    recipient = paste("RCP", c("db342dvqvz9qcrn", "db342dvqvz9qcrn2"), sep = "_"))
  ) %>% toJSON(pretty = T)

ebinabo/paystack documentation built on May 16, 2019, 8:16 p.m.