Customer
Set up customer profiles. You will need these profiles to store credit cards and use those credit cards for different payment types.
Card — Store a credit card with a customer profile and update the card object as needed.
Subscription — Use stored customer profiles and cards to set up subscription payments based off your recurring plans
Customer Operations
- get/customer-service/customer
- post/customer-service/customer
- get/customer-service/customer/plan/{plan_lookup_id}
- get/customer-service/customer/{customer_lookup_id}
- put/customer-service/customer/{customer_lookup_id}
- post/customer-service/customer/{customer_lookup_id}/card
- delete/customer-service/customer/{customer_lookup_id}/card/{card_lookup_id}
- patch/customer-service/customer/{customer_lookup_id}/card/{card_lookup_id}
- post/customer-service/customer/{customer_lookup_id}/subscription
- patch/customer-service/customer/{customer_lookup_id}/subscription/{subscriptionLookupId}