#DJ-charge-app-fee

1 messages · Page 1 of 1 (latest)

junior trench
#

Hey, I imagine the API request will fail. Confirming

dark venture
#

Thank you.

junior trench
#

Hmm, it doesn't error

#

I guess it just takes the additional application fee from your platform balance

dark venture
#

interesting. Is there any documentation backing this ?

junior trench
#

Not that I'm aware of, but I just tested it and it's easy enough for you to test

#

Let me confirm

dark venture
#

Yeah I saw that too.

junior trench
#

Checking with a colleague

dark venture
#

The example I'm thinking of is a Charge for $0.01 and the application fee is $0.25

#

According to the above quote, that means the application_fee_amount is capped at 0.01?

junior trench
#

The example I'm thinking of is a Charge for $0.01
Well that's not possible as the minimum transaction amount is $0.50

#

So we don't error, but the application fee is basically capped at the transaction total amount

#

In my example I specified amount: 100, and application_fee_amount: 150

#

The application fee was actually capped at $1.00 (100) which is the max of the PI value

dark venture
#

Got it.