#DMFist - Link

1 messages · Page 1 of 1 (latest)

thorn swan
#

Do you have an ID of a payment method like that?

tired hawk
#

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

)

thorn swan
#

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.

tired hawk
#

This is just for record keeping. For card type payments we capture and store last 4, exp date, etc

thorn swan
#

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