You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error_code": "314",
"error_message": "[{"field":"billing:name","message":"Enter your name"},{"field":"billing:email_address","message":"Enter your email address"},{"field":"billing:phone_number","message":"Enter your phone number"},{"field":"billing:address_line1","message":"Please enter your address"},{"field":"billing:city","message":"Enter your city"},{"field":"billing:province","message":"Select your state/province"},{"field":"billing:country","message":"Select your country"}]",
Bug Description
im getting :
"error_code": "314",
"error_message": "[{"field":"billing:name","message":"Enter your name"},{"field":"billing:email_address","message":"Enter your email address"},{"field":"billing:phone_number","message":"Enter your phone number"},{"field":"billing:address_line1","message":"Please enter your address"},{"field":"billing:city","message":"Enter your city"},{"field":"billing:province","message":"Select your state/province"},{"field":"billing:country","message":"Select your country"}]",
"browser_info": {
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36",
"accept_header": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8",
"language": "nl-NL",
"color_depth": 24,
"screen_height": 723,
"screen_width": 1536,
"time_zone": 0,
"java_enabled": true,
"java_script_enabled": true,
"ip_address": "127.0.0.1"
},"currency":"USD","confirm":true,"capture_method":"automatic","capture_on":"2022-09-10T10:11:12Z","amount_to_capture":12345,"customer_id":"{{customer_id}}","email":"[email protected]","name":"John Doe","phone":"999999999","phone_country_code":"+1","description":"Its my first payment request","authentication_type":"no_three_ds","return_url":"https://duck.com","payment_method":"card","payment_method_type":"credit","payment_method_data":{"card":{"card_number":"4242424242424242","card_exp_month":"10","card_exp_year":"25","card_holder_name":"joseph Doe","card_cvc":"123"}},"billing":{"address":{"line1":"1467","line2":"Harrison Street","line3":"Harrison Street","city":"San Fransico","state":"California","zip":"94122","country":"US","first_name":"joseph","last_name":"Doe"},"phone":{"number":"8056594427","country_code":"+91"}},"shipping":{"address":{"line1":"1467","line2":"Harrison Street","line3":"Harrison Street","city":"San Fransico","state":"California","zip":"94122","country":"US","first_name":"joseph","last_name":"Doe"},"phone":{"number":"8056594427","country_code":"+91"}},"statement_descriptor_name":"joseph","statement_descriptor_suffix":"JS"}
}
Expected Behavior
return success
Actual Behavior
return failed
Steps To Reproduce
check the request i sent
Context For The Bug
No response
Environment
Are you using hyperswitch hosted version? Yes/No
If yes, please provide the value of the
x-request-id
response header to help us debug your issue.If not (or if building/running locally), please provide the following details:
rustc --version
): ``cargo r --features vergen -- --version
): ``Have you spent some time checking if this bug has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: