#harshilbodara
1 messages · Page 1 of 1 (latest)
hello! did you try this? https://stripe.com/docs/api/issuing/cards/update#update_issuing_card-pin
you are saying this one?
Hi @next solar I'm taking over this thread, and yes you are right
yes, I have already tried but he said not possible to pin number
okay, let me send me the error screenshot
you can check this one?
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
sorry, request id means?
Are you able to open the link that I sent earlier, it tells you how to get the request ID
Can you copy and paste it here?
This request is successful https://dashboard.stripe.com/logs/req_mKwElKIbZyAjUc
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You need to provide me the ID of the request that failed.
but I think, you give the exmaple of display the piin
not update a pin
let me know i am doing worng?
What do you mean by displaying the pin?
I mean, you have created the request and sent me the logs, but I have checked that the pin has not changed!
so it should be pin update or not?
Please send me the ID of your PIN update request.
card_id: ic_1MPOzYF4EPsWIYn1VDVPIFPF,
request_id : req_mKwElKIbZyAjUc
This is not the update request, this is a request to retrieve the issuing card.
yes, that request is retrive the pin in iussueing cards.
so it is not possiable to edit pin number in issueing card?
I've checked your logs and I don't see any update request to update the pin of this card.
how can I create a request of edit a pin number?
I don't get the documentation
here i don't see the exmaple
Just double check, is this ic_1MPOzYF4EPsWIYn1VDVPIFPF the correct card ID?
Based on the log, I don't your application has sent an update request to Stripe to update the pin.
Is this possible that your server rejected this request?
@burnt hedge I have not sent the request of an update request because I have not created the API
so please first of all let me know which point I need to add so i can send the request.
if you have not understand my question so I can explain the question
I believe my colleague alex has answered your question earlier and pointed you to the API doc (https://stripe.com/docs/api/issuing/cards/update#update_issuing_card-pin)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You mean you have trouble figuring how to write the code to create a update request?
yes, and also I have sent the screenshot i am getting error of pin
error: unknow pin
Are you certain this error: unknow pin response is from Stripe? because as far as I can tell, your application didn't send an pin update request to Stripe yet.
how may i send the update request?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can also find related example code on the right panel of the API reference
I think, you are not understand my point
you saiid, didn't send an pin update request to Stripe yet.
becuase i am sending the request so i am getting the error of unknow pin parameter!
I'm totally lost I'm afraid. You said you didn't write the code to send API requests to Stripe ( I didn't see such request logs in your Dashboard either), so I'm not convinced that this error is returned from Stripe.
I'd suggest you to check your code and find out where this error is return first.