cardIssues
Fetch paginated stripe customer accounts with associated errors or soon to expire credit cards
Arguments
Returns
[StripeCustomerDetail!]
Example
query cardIssues( $sort_by: String $order_by: StripeCustomerDetailOrderKeys $offset: Int $after: Cursor) { cardIssues( sort_by: $sort_by order_by: $order_by offset: $offset after: $after ) { bank_type card_type card_type_label country cursor expiration expiring_next_month id last_four source_status source_type stripe_id user user_id zip }}