Jump to content

Error with paypal payment gateway


Minh Vy

Recommended Posts

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!

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated