#niti-Issuing

1 messages · Page 1 of 1 (latest)

broken oak
#

👋 What's the object id in the API for the authorization you're referring to?

abstract zinc
#

iauth_1JfNSjF86UteDh9fBeX0aE6L

#

This is my authorization id

broken oak
#

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.

abstract zinc
#

okay

#

And then the other webhook will trigger that is transaction.created

broken oak
#

It should, yes.

abstract zinc
#

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

broken oak
#

I'd suggest trying that out in test mode for the limits. I'd expect the daily one to apply.

abstract zinc
#

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?

broken oak
#

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.

abstract zinc
#

okay thanks

#

$event->data->object can be use expand with this also ??

indigo elbow
#

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).

abstract zinc
#

okay

#

Thank u

indigo elbow
#

no problem!

abstract zinc
#

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

indigo elbow
#

can you provide an example that fails?

abstract zinc
#

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

indigo elbow
#

Do you have a specific request / auth id for that decline?

abstract zinc
#

iauth_1JfPaTF86UteDh9frZSJuaXj

#

??

indigo elbow
#

I'm looking to see if there's anything I can see to explain this

abstract zinc
#

okay

abstract zinc
#

FOund anything ?

indigo elbow
#

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

#

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