Skip to main content
POST
Create a payment refund

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Path Parameters

paymentRequestId
string<uuid>
required

Body

amount
integer<int32>
description
string | null
attachment
object

Response

200

OK

Last modified on July 21, 2026