Description Usage Arguments Examples
Initiate Bulk Charge
1 | initiate_bulk_charge(authorization, reference = "", ...)
|
authorization |
set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY" |
reference |
string. A reference for this batch. If it collides with an existing batch reference, we will discard. |
... |
Body Params .example |
1 2 3 4 | data.frame(
authorization = c("AUTH_n95vpedf", "AUTH_ljdt4e4j"),
amount = c(23500, 34000)
) %>% toJSON(pretty = T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.