#riptired-issuing-card

1 messages · Page 1 of 1 (latest)

hushed smeltBOT
cinder dagger
#

You can't. Stripe only gives back the last 4 numbers on the card, the name, and the billing address/zipcode

drowsy topaz
#

Wait so how am I supposed to use the card then?

#

@cinder dagger

cinder dagger
#

You use the Payment Method token that gets created when the customer enters their card details.

drowsy topaz
#

sorry? is there a diagram for this?

ornate hamlet
#

@cinder dagger they mean they are using Issuing, that's what VCC means(virtual credit card)

drowsy topaz
#

I don't see it in the attributes -- sorry, I feel like I am blind here? can you point out which attribute I should be looking at in which object?

ornate hamlet
#

do you not see it in the docs I linked?

#

docs are fairly clear I think

#

I'm also assuming you are indeed talking about using our Issuing product to create and issue your own cards(https://stripe.com/docs/issuing), but I could be wrong and you meant something else by 'VCC', would help if you could expand/clarify.

drowsy topaz
#

Yes I am talking about issuing

#

is this the wrong endpoint?

ornate hamlet
#

for Issuing, that is the wrong endpoint yes

#

that endpoint is for card_xxx objects which are end-customer's cards used to pay. ic_xxx objects which are Issued Cards are a different API

drowsy topaz
ornate hamlet
#

yes

drowsy topaz
#

ah sorry I didn't see I need to use the expanded param?

#

to retrieve the actual number

ornate hamlet
#

yes

drowsy topaz
#

ok great, sorry missed that

ornate hamlet
#

This field is not included by default. To include it in the response, expand the number field.

drowsy topaz
#

okay thanks I just need to use the api to retrieve a card for use in our api

#

so I don't need to show the user anything

hushed smeltBOT