#quentin - card error
1 messages · Page 1 of 1 (latest)
quentin - create PI
You got a processing_error. Can you elaborate what card you were using?
I was using this one : ic_1MTvCsIiqsvWvTwFTHF2wPqB
quentin - card error
I'm not seeing any authorizations for this card. The Payment Intent should result in an issuing authorization request that you need to handle
https://stripe.com/docs/issuing/purchases/authorizations
I'm getting the error "An error occurred while processing your card. Try again in a little bit" when i create the PI. I followed this doc : https://stripe.com/docs/issuing/testing
Right but do you have a webhook set up to receive the issuing authorization request?
Yes I do but it seems that my server is not receiving any request
I'm reviewing the logs for this API call. I'm seeing the failure but it's not clear to me why
I"m going to try testing something real quick
It was my bad, I forget to add a param in the webhook url, sorry :/