#DMFist - Link
1 messages · Page 1 of 1 (latest)
Do you have an ID of a payment method like that?
Also linking to the old thread for posterity #990973488770727956 message
For reference:
Stripe\PaymentMethod Object
(
[id] => pm_1LFJs4Bd6DPxEwPs5JTNF1js
[object] => payment_method
[billing_details] => Stripe\StripeObject Object
(
[address] => Stripe\StripeObject Object
(
[city] => Pittsburgh
[country] => US
[line1] => 123 Test st
[line2] =>
[postal_code] => 15146
[state] => PA
)
[email] => email@email.com
[name] => firstname lastname
[phone] => 17249807748
)
[created] => 1656343744
[customer] =>
[link] => Stripe\StripeObject Object
(
[email] => email@email.com
)
[livemode] =>
[metadata] => Stripe\StripeObject Object
(
)
[type] => link
)
Unfortunately I am not seeing a way to get the actual card details via our server side API. Can you tell me more about what you are looking to do with this info? This may be a feature request or there may be another way to accomplish what you are trying to do.
This is just for record keeping. For card type payments we capture and store last 4, exp date, etc
Gotcha. That does sound like a feature request then. Can you write in to support with more info on your use case? They will be able to file that as feedback so that we might be able to add it in future https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.