Docs

Trial Currency Mismatch

trial currency mismatch

Example response
{
"error": {
"type": "request_error",
"code": "trial_currency_mismatch",
"detail": "The currencies for trial prices must match the currencies of the associated price entity, both for Unit Price and Unit Price Overrides.",
"documentation_url": "https://developer.paddle.com/errors/prices/trial_currency_mismatch"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
trial_currency_mismatch
Error message
The currencies for trial prices must match the currencies of the associated price entity, both for Unit Price and Unit Price Overrides.

Common causes

  • The currency of the trial's unit price does not match the existing price currency.
  • The currencies of the trial's unit price overrides do not match the existing price unit price overrides.
  • The structure of the trial's unit price overrides does not match the existing price unit price structure.

Troubleshooting

  • Make sure the trial's unit price currency follows the base unit price currency.
  • Make sure that trial's unit price overrides follow the same countries and the same currencies as the base unit price overrides.

Was this page helpful?