Customers
The customers API allows you to create and manage customers on your business. Customers can then be charged payments via payment requests, or recurring payments via subscriptions.
First name of the customer (Required without a name) field.
Last name of the customer (Required without a name) field.
Name of the customer. Could be a business name, or a full name. Overrides the first_name and last_name fields.
Email of the customer
The country code of the customer's phone number in the format e.g +234
The customer's phone number without the country code
The customer's address line
The customer's secondary addresss line
The customer's city
The customer's state
The customer's zip code
The customer's country
An arbitrary object to store additional data for the customer
First name of the customer (Required without a name) field.
Last name of the customer (Required without a name) field.
Name of the customer. Could be a business name, or a full name. Overrides the first_name and last_name fields.
Email of the customer
The country code of the customer's phone number in the format e.g +234
The customer's phone number without the country code
The customer's address line
The customer's secondary addresss line
The customer's city
The customer's state
The customer's zip code
The customer's country
An arbitrary object to store additional data for the customer
The UUID of the customer who we want to set the default payment method for.
{{$string.uuid}}The UUID of the payment method to set as default for the customer.
{{$string.uuid}}The UUID of the customer whose payment method we want to delete.
{{$string.uuid}}The UUID of the payment method.
{{$string.uuid}}Last updated