Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error con el parámetro postCode #2

Open
mrk2online opened this issue Aug 7, 2024 · 0 comments
Open

Error con el parámetro postCode #2

mrk2online opened this issue Aug 7, 2024 · 0 comments

Comments

@mrk2online
Copy link

Hola,

Vimos que era un nuevo requerimiento incluir el parámetro postCode sin embargo al llamar a Tropipay, este retornó el siguiente error:

payment_transaction: La URL corta obtenid es
payment_transaction: <Response [400]>
payment_transaction: {'error': {'type': 'VALIDATION_ERROR', 'code': 'Invalid param [postCode]', 'message': 'INVALID_PARAM', 'details': [], 'i18n': 'No se pudo completar la operación, inténtalo más tarde'}}

Qué hacer, de momento la línea está comentada?

"client": {
"name": first_name,
"lastName": last_name,
"address": self.partner_address,
"phone": self.partner_phone,
"email": self.partner_email,
"countryIso": self.partner_id.country_id.code,
"termsAndConditions": "true",
# "postCode": self.partner_id.zip,
"city": self.partner_id.city
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant