cartalyst / stripe-laravel

Cartalyst Stripe package integration for Laravel.
BSD 3-Clause "New" or "Revised" License
335 stars 57 forks source link

Invalid amount parameter with values over $1,500 #78

Closed rodjsta closed 2 years ago

rodjsta commented 2 years ago

Since this weekend past, Stripe is returning an invalid_request_error stating that the amount parameter is invalid and that amounts must be less than $1,500 AUD. All amounts less than $1,500 are being processed successfully.

I have included a copy of the response log and also a copy of the request for a failed request.

I cannot find anywhere in Stripe where a limit might be set.

Any help would be appreciated.

image image
brunogaspar commented 2 years ago

Hello @rodjsta

I'm unsure what might be causing it, can you check on your Stripe Dashboard if there's anything obvious? Otherwise try reaching out to Stripe support and see if they have any kind of insight about what have changed.

Sorry for not being more helpful right now.

GrahamCampbell commented 2 years ago

This is probably happening because your Stripe account is not fully verified. You likely need to provide all your tax and billing information.

brunogaspar commented 2 years ago

Yup, i think what @GrahamCampbell mentioned or something around that area to be the culprit.

Going to close for now, but, please do ping if you can't figure it out.

rodjsta commented 2 years ago

Hi @brunogaspar and @GrahamCampbell, thank you for replying. I did read your messages on the day, but I'm just coming back to close the loop here in case anybody else stumbles across this.

Without notice, Stripe put a hard limit on the amounts that were able to be processed on the account due to the transaction values (BECS and Credit Cards ~$500k per month). After discussing with Stripe, the limits have been increased to a more business appropriate amount.

Interestingly, my local (testing keys and different account, but the same app) still has the hard $1,500 limit. I haven't pursued, but I wonder if my local testing app was caught up in the association.

Anyway, I appreciated your speedy replies when I posted.