update_customer: Update Customer

Description Usage Arguments

Description

Update Customer

Usage

1
update_customer(authorization, id, ...)

Arguments

authorization

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

id

string. REQUIRED Path Param. Unique customer_id to update

...

Body Params

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.