Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 553 Bytes

customer_payment_methods.md

File metadata and controls

31 lines (24 loc) · 553 Bytes

customer_payment_methods

GET /api/v1/customer_payment_methods

Required scope: read_people, people

Sample Model

{
	"id": 1,
	"payment_method_id": 0,
	"customer_id": 1,
	"payment_type": "CreditCard",
	"is_default": true,
	"card_id": 1,
	"updated_at": "2014-04-07T11:49:34.09-05:00",
	"created_at": "2014-04-07T11:49:34.09-05:00"
}

Nested Resources

Accessible via the ?expand= parameter or /api/v1/customer_payment_methods/{id}/{nested_resource}.

fields