2016-12-04

Stripe API not accepting 25 cents ?.

Hi,
 The spec in hw5 says the amount to send is fixed at 25 cents. But, if we send 25 cents it displays the following:
 {
  "error": {
    "type": "invalid_request_error",
    "message": "Amount must be at least 50 cents",
    "param": "amount"
   }
 }
If I sent 50 cents it sends successfully(I was able to see the amount credited into my test account). What should I do ? Please let us know how to circumvent this constraint.
Hi, The spec in hw5 says the amount to send is fixed at 25 cents. But, if we send 25 cents it displays the following: { "error": { "type": "invalid_request_error", "message": "Amount must be at least 50 cents", "param": "amount" } } If I sent 50 cents it sends successfully(I was able to see the amount credited into my test account). What should I do ? Please let us know how to circumvent this constraint.

-- Stripe API not accepting 25 cents ?
oops! sorry. I just saw that you did not insist on 25 cents. You just gave it as an example amount. Never mind.
oops! sorry. I just saw that you did not insist on 25 cents. You just gave it as an example amount. Never mind.

-- Stripe API not accepting 25 cents ?
yes, it's fine if a wish costs more than 25 cents.
yes, it's fine if a wish costs more than 25 cents.
X