Browse: Home /

Namespace: Service

CustomerService::retrieve()

Method: Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.

CustomerService::all()

Method: Returns a list of your customers. The customers are returned sorted by creation date, with the most recent customers appearing first.

SetupIntentService::cancel()

Method: A SetupIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_confirmation, or requires_action.

SetupIntentService::confirm()

Method: Confirm that your customer intends to set up the current or provided payment method. For example, you would confirm a SetupIntent when a customer hits the “Save” button on a payment method management page on your website.