Adding TIPS with the PAYMENT API

Hi,
I have payments working from our website just fine with the payments API. However, when I add tip_amount to the payment it is returned as “nothing” aka null.
The API explorer says tip_amount is in beta. Is it not working yet?

If I add the tip to the total amount, it fails because it does not match the ORDER amount.

Thanks,
Sean

@SeanD I’m sorry ran into a problem. Can you share a copy of the body you tried posting to the CreatePayment endpoint and/or the payment ID that you got back with the null tip_amount.

Can you confirm that you’re posting to the tip_money parameter (not tip_amount).

Thanks,

Chris

DUH!, Thanks Chris. I had tip_amount!

THANK YOU.

Don’t you just want to say RTFM sometimes?

Sean