Amount invoice not correct on Stripe module

Hello,

I have a trigger on Make that watches for Stripe checkout.
It then creates a record on Airtable with the amount.

image

But I find it adds 2 zeros to the amount. How can I fix this ? The correct checkout was 1390 and 890.

image

1 Like

Hi @Soly,

This is not an issue from Make. Your Airtable field setting has to be changed to fix it.

Go to the Amount field, choose Edit and select the correct Precision. It will fix the issue.

Regards,
Manish Mandot
You can buy me a coffee here :smiley:

1 Like

Hi @Growwstacks.com ,

Thanks for your reply.
I initially thought that as well, and did played with the precision to check.
Unfortunately, the precision affects only the decimal parts in Airtable.

The 2 extra zeros come from the data taken from Stripe as seen in this screenshot. The total amount pulled from Stripe is 129000 instead of 1290.

image

Got it, if that is a consistent pattern then in that case you can divide it by 100.

Regards,
Manish Mandot
Need help, visit me here :wave:

Awesome! It does the job. Thanks for the workaround @Growwstacks.com

I had this same issue. Will do the same.

2 Likes