Create Customer

Creates a stripe customer of the app business.

Link to stripe documentation: https://docs.stripe.com/api/customers


Parameters:

email_address

In this field you should enter the email address of the customer

full_name

In this field you should enter the customer’s full name

phone_number

In this field you should enter the customer’s phone number

description

In this field you should enter a description, which is an arbitrary text that is displayed alongside the customer in stripe's dashboard.

address_line1

In this field you should enter the customer’s address

city

In this field you should enter the customer’s city name

state

In this field you should enter the customer’s state name

success_url

In this field you should enter the URL that the user should be taken to when they make a successful payment.

postal_code

In this field you should enter the customer’s postal code

country

In this field you should enter the customer’s country

Last updated