Is there any API to get the credit card(Visa, Mastercard, etc..) icon/image.
$customerCards = \Stripe\Customer::allSources(
$stripe_id,
['object' => 'card', 'limit' => 3]
);
But in response, I am not getting any URL for icon/image.
Is there any specific API to get that URLs?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire