Gets an account in Recurly using the provided email. Requires customer_email (required).
Creates a new shipping address for a specific customer in Recurly. Requires customer_id, first_name, last_name, street1, city, postal_code, and country (required). Optional fields include nickname, company, email, phone, and street2, region. Returns confirmation and details of the created shipping address.
Deletes a specific shipping address in Recurly. Requires customer_id and shipping_address_id (both required). Returns confirmation of deletion.
Retrieves billing information for a specific customer in Recurly. Requires customer_id (required). Returns payment method, billing address, and related metadata.
Retrieves all notes associated with a specific customer in Recurly. Requires customer_id (required). Returns note content, creation details, and associated metadata.
Retrieves all shipping addresses associated with a specific customer in Recurly. Requires customer_id (required). Returns recipient details, address information, and associated metadata.
Retrieves all subscriptions associated with a specific customer in Recurly. Requires customer_id (required). Returns subscription details including plan, billing cycles, and related metadata.
Retrieves acquisition details for a specific customer in Recurly. Requires customer_id (required). Returns acquisition campaign, channel, and related metadata.
Updates an existing shipping address for a specific customer in Recurly. Requires customer_id and shipping_address_id (required). Other fields such as first_name, last_name, street1, city, region, postal_code, and country are also required. Optional fields include nickname, company, email, phone, and street2. Returns confirmation and details of the updated shipping address.