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.
oops! sorry. I just saw that you did not insist on 25 cents. You just gave it as an example amount. Never mind.
yes, it's fine if a wish costs more than 25 cents.