[400] Bad request
Provided argument(s) are unacceptable or invalid format for the given resource.
Invalid argument
- Argument type, format or length is invalid.
Email invalid
- The provided email address format is invalid or used domain is not valid
note
Ensure the email follows the standard format: username@domain.tld
Phone number invalid
- The provided phone number format is invalid
note
Use the +{country_code}{phone_number} format. For instance: +386 31 234567
Email or phone number required
- Neither email nor phone number was provided when at least one is required
note
Provide either a valid email address or phone number in your request body.
Invalid meta-data
- Invalid meta-data provided in
datawhen creating new payment or account consent:
"data": [
{
"key": "basket_id",
"value": "123-456-789"
},
{
"key": "profile_id",
"value": "customer_1234"
}
]
- Number of keys exceed allowed maximum of 10
keyorvalueis longer than 255 characters
Unspecified
- An unspecified bad request error occurred
note
Request is invalid, but we were unable to provide additional information. Contact support for additional info if needed.