create_customer: Create Customer

Description Usage Arguments

Description

Create Customer

Usage

1
create_customer(authorization, ...)

Arguments

authorization

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

...

Body Params

email

string. REQUIRED Customer's email address

first_name

string. Customer's first name

last_name

string. Customer's last name

phone

string. Customer's phone number

metadata

object. A set of key/value pairs that you can attach to the customer. It can be used to store additional information in a structured format.


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