Saltar al contenido
Guías
Referencia de API
establepayment:create

Reembolsar pago

POST/v1/payments/refund

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Cuerpo de la solicitud

application/json

Definiciones TypeScript

Usa esta definición en TypeScript.

Cuerpo de la respuesta

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/payments/refund" \  -H "Content-Type: application/json" \  -d '{    "paymentTransactionId": "string",    "amount": null  }'
Vacío