Skip to main content

Get all consumer users

GET 

/auth/payment-gateway/consumer-users

return only consumer users that have used the current payment gateway at least one time

Responses

successful operation

Schema

  • Array [

  • id uuid

    Cents ID of the consumer user

    full_name string

    first name and last name of the consumer user

    email email

    email of the consumer user

    phone string

    phone number of the consumer user with the country code

    billable_address

    object

    street_address stringrequired
    city stringrequired
    region_state stringrequired
    zip_code stringrequired
    country stringrequired
  • ]

Loading...