#morteza_34604

1 messages · Page 1 of 1 (latest)

rancid pastureBOT
errant finch
#

Hi, how can I help?

halcyon plume
#

hi , I'm developing an expense management app , and using issuing cards, I want to show the user an authorization screen when he uses his card to make a payment and he can approve or reject it, how can I do that ? I checked the sample issuing and treasury app and didn't find anything , does it include that feature ?

errant finch
#

You mean one user (e.g. "manager") to approve/reject payments of another user (e.g. "employee")?

halcyon plume
#

no

#

user himself acccepts to rejects it

errant finch
#

Why would they reject a card payment that they just initiated?

halcyon plume
#

as a food ordering platform we isuue cards for our customers (restaurant owners) and we develop an expense management app to let them approve or reject their payment , you know Pleo ? when you make a payment with pleo card a notification pops up and asks you if you wanna approve that payment, something like that

rancid pastureBOT
solid osprey
#

The link above explains how you handle approving/declining authorisations with Issuing

halcyon plume
#

so it's possible for issuing right ?

solid osprey
#

Yes, did you read the doc @errant finch shared?

halcyon plume
#

not yet

solid osprey
#

The general idea is that you have an automated system to approve them via a webhook rather than a UI somebody has to manually use

halcyon plume
#

ok

#

thanks

halcyon plume
solid osprey
#

As I said, you normally build some rules/logic into your code that automatically approves the payments depending on amount, purchase type, merchant, purchaser, etc. Card payments are synchronous so you can't delay the approval/decline of those payments whilst somebody goes into a UI and works through a list

halcyon plume
#

for example someone else, use the card how we know we should reject it