Customers > Customers > customersPaymentSources
Commerce APICustomersCustomerscustomersPaymentSources
customersPaymentSources
GET:customers/payment_sources.json

Description

Get customer payment sources (only 1st tier gateways).

Permission bit: "customer_payment_sources.read"

Topic: Customers

Arguments

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[CustomerPaymentSource!]

Preview (typescript)

Loading module