Skip to main content
PUT
Refund a Transaction

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

id
obrigatório
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Corpo

application/json
amount
integer

Optional refund amount in cents. If omitted, the full amount may be refunded.

Intervalo obrigatório: 1 <= x <= 9007199254740991
reason
string

Optional free-text reason for the refund.

Maximum string length: 500

Resposta

Success

success
boolean
obrigatório
requestId
string
obrigatório

Request correlation identifier.

data
object
obrigatório