Skip to main content
The CustomerPaymentMethod object represents a payment instrument held against a customer and used to bill their subscriptions. Payment details are never stored by Juo — the object exposes only the non-sensitive attributes needed to display a payment method to the customer, such as the card brand, masked number, and expiry.

Billing address

billingAddress is the address associated with the payment instrument, and is null when the payment provider does not supply one. It is distinct from the delivery address on a subscription or schedule order.

Reference

id
string<uuid>
required
customer
required

Customer id when not expanded, or the full Customer object when the field name is included in the expand query parameter.

Minimum string length: 1
Example:

"7654321"

instrument
object
billingAddress
null | object