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

402 Payment Required Payway API #40

Open
rperezc297 opened this issue Mar 28, 2024 · 1 comment
Open

402 Payment Required Payway API #40

rperezc297 opened this issue Mar 28, 2024 · 1 comment

Comments

@rperezc297
Copy link

Estoy tratando de hacer pruebas en el ambiente de desarrollo de Payway, generando el Token de pago:

1.- https://developers.payway.com.ar/docs/gateway/kwjgnhga0lvam-solicitud-de-token-de-pago

y realizando la ejecución del pago mediantes:

2.- https://developers.payway.com.ar/docs/gateway/kvgxym8hia78m-ejecucion-del-pago

Estoy recibiendo un error en el Response de 402 Payment Required

image

@nunco1
Copy link

nunco1 commented Apr 3, 2024

buenos días @rperezc297 , gracias por compartir el error.
Te comento, el error se dio porque no enviaste los campos de cybersource. Depende de la integración que quieras hacer, te doy 2 opciones:
-Sin cybersource: en el body de pago, agrega este objeto en la linea 11 "fraud_detection": { "send_to_cs": false }.
-Con cybersource: adapta el body de cybersource --> https://developers.payway.com.ar/docs/gateway/szb63u2kn58e5-cybersourse-retail

Si tenes otro problema, por favor, deja el site_transaction_id con el detalle.

saludos.

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

2 participants