Minh Vy Posted September 17, 2020 Share Posted September 17, 2020 Hi everyone, I have issue with the Paypal payment gateway, when user pay for the package with paypal method, the system thrown an error: An unknown error occurred. Please try again When I checked the module log, The module paypal has responded below: { "name":"INVALID_REQUEST", "message":"Request is not well-formed, syntactically incorrect, or violates schema.", "debug_id":"4ea4dcfb58270", "details":[ { "field":"/billing_cycles/0/pricing_scheme/fixed_price/value", "value":"22000.00", "location":"body", "issue":"INVALID_PARAMETER_VALUE", "description":"The value of a field is invalid." } ], "links":[ { "href":"https://developer.paypal.com/docs/api/v1/billing/subscriptions#INVALID_REQUEST", "rel":"information_link", "method":"GET" } ] } I just don't know what to do with this, I think the error right in the value parameter, but I cannot remove the decimal for that. So, I want to ask that how can I remove decimal for custom currency? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
edherroj Posted September 27, 2020 Share Posted September 27, 2020 Hello Mihn Vy, Were you able to fix this problem? You have to check the currency values and make sure the amount was setup correctly. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.