#niti-Issuing
1 messages · Page 1 of 1 (latest)
Per the "pending" status in the Dashboard (hovering over the i next to the status) the merchant hasn't yet captured the payment. Once they do, it will complete.
It should, yes.
Let me try. One more thing which spending limit at time of payment will be considered if cardholder limit is $7 monthly and $5 daily of card at time of making payment by card
I'd suggest trying that out in test mode for the limits. I'd expect the daily one to apply.
okay
I have one more question to ask that I need to handle one meta-data value in all authorization and transaction then how and where I can pass that as recently added to card metadata that is accessible at time of authorization but not at time of transaction?
I'm not sure what you mean by metadata not being available at the time of transaction, but as far as metadata on the card, I don't think that will come through in the event itself (although it might on the card field if it's expanded by default). I'd keep track of the metadata locally if you need to use it during an authorization request because of the 2 seconds you have to respond.
Expansion is not available on webhook events. If you need data for something that needs to be expand/included in an event handler, you'll need to retrieve the relevant object(s).
no problem!
One more issue I have not able to recognize the cause for my issuing card showing insufficient fund as I updated the cardholder + card both spending limit still not able to make payment
can you provide an example that fails?
cardholder limit set as $20 monthly basis and card limit as $9 daily basis (keeping in track the last payment of $4 and suming to the limit) and creating payment of $5
total payment of this month is around $6 and of today is $4
when using card for payment of $5 is show me error as insufficient fund
Do you have a specific request / auth id for that decline?
I'm looking to see if there's anything I can see to explain this
okay
FOund anything ?
Getting some assistance digging into this - sorry for the delay
Ok so the cardholder and card limits are a bit of a red herring here
The real issue is not for those limits, but because your account issuing balance is too low to cover the amount of the authorization: https://dashboard.stripe.com/test/balance/overview
You need to add funds to your issuing balance
If you add funds there this should work as you expect up to the limit for the card/cardholder