Skip to main content

listPaymentMethods

List payment methods for user.

Responses
200

Stripe payment methods for user.

Schema OPTIONAL
methods object[] OPTIONAL
id string OPTIONAL
object string OPTIONAL
billing_details object OPTIONAL
address object OPTIONAL
city nullable OPTIONAL
country string OPTIONAL
line1 nullable OPTIONAL
line2 nullable OPTIONAL
postal_code nullable OPTIONAL
state nullable OPTIONAL
email nullable OPTIONAL
name string OPTIONAL
phone nullable OPTIONAL
card object OPTIONAL
brand string OPTIONAL
checks object OPTIONAL
address_line1_check nullable OPTIONAL
address_postal_code_check nullable OPTIONAL
cvc_check string OPTIONAL
country string OPTIONAL
exp_month number OPTIONAL
exp_year number OPTIONAL
fingerprint string OPTIONAL
funding string OPTIONAL
generated_from nullable OPTIONAL
last4 string OPTIONAL
networks object OPTIONAL
available string[] OPTIONAL
preferred nullable OPTIONAL
three_d_secure_usage object OPTIONAL
supported boolean OPTIONAL
wallet nullable OPTIONAL
created number OPTIONAL
customer string OPTIONAL
livemode boolean OPTIONAL
metadata object OPTIONAL
type string OPTIONAL
401

User is not authenticated.

Schema OPTIONAL
message string OPTIONAL