Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
firstline0
titleDevolucion
linenumberstrue
collapsetrue
curl --location --request POST 'https://api.paypertic.com/pagos/devolucion/ID' \
--header 'Authorization: TOKEN' \
--header 'Content-Type: application/json' \
-d '{
    "type":"online"
}'


Error posibles

  • 4000  Invalid request.

  • 4001  Invalid payment id.

  • 4035  Refund method not allowed.

  • 4100  Access denied.

  • 5001  Internal service error.