Reembolsos

Refund card or open banking payments

post

Return the funds to the customer's bank.If refunding a payment that is not yet captured it will be cancelled

Autorizaciones
OpenID ConnectRequerido

This API uses OAuth 2 with the client credentials flow. More info

Parámetros de ruta
versionstringRequerido
Parámetros de encabezado
X-Request-Idstring · uuidRequerido

ID of the request, unique to the call, as determined by the initiating party

Cuerpo

The request for refunding a payment

paymentIdstring · máx: 64Requerido

Unique ID of the payment

Respuestas
chevron-right
200

OK

application/json

The response after refunding a card payment

paymentIdstring · máx: 64Opcional

Unique ID of the refunded payment

refundIdstring · máx: 64Opcional

Unique ID of the refund

refundStatusstring · enumOpcional

Current status of the refund

Valores posibles:
post
/egw/{version}/refunds

Revert refund for open banking payments

patch

If the refund turns out to be unsuccessful it can be revertedto align the payment status and amount with the real state

Autorizaciones
OpenID ConnectRequerido

This API uses OAuth 2 with the client credentials flow. More info

Parámetros de ruta
refundIdstring · máx: 64Requerido

Unique ID of the refund

versionstringRequerido
Parámetros de encabezado
X-Request-Idstring · uuidRequerido

ID of the request, unique to the call, as determined by the initiating party

Respuestas
chevron-right
200

OK

application/json

The response after reversing a refund

paymentIdstring · máx: 64Opcional

Unique ID of the refunded payment

refundIdstring · máx: 64Opcional

Unique ID of the refund

refundStatusstring · enumOpcional

Current status of the refund

Valores posibles:
patch
/egw/{version}/refunds/{refundId}/revert

¿Te fue útil?