Skip to main content
POST
cURL with fictitious data

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Idempotency-Key
string
required

Client-generated key used to retry exactly the same request safely.

Required string length: 1 - 64
X-Account-Id
string
required

UUID of the account associated with the operation.

Example:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Path Parameters

id
string
required

Original transfer UUID

Example:

"0196070b-1234-7890-abcd-ef0123456789"

Body

application/json
amount
string
required

Refund amount

Example:

"100.00"

reason
string
required

Human-readable refund reason

Example:

"Estorno solicitado pelo pagador"

reasonCode
string
required

pacs.004 RtrRsnInf reason code

Example:

"MD06"

Response

Created

amount
string
required
Example:

"100.00"

createdAt
string<date-time>
required
Example:

"2026-05-06T10:45:00Z"

id
string
required
Example:

"019606b1-3b4c-7d8e-9f01-234567890dee"

originalEndToEndId
string
required
Example:

"E12345678202605061030abcdef12345"

reasonCode
string
required
Example:

"MD06"

status
string
required
Example:

"COMPLETED"

type
string
required
Example:

"OUTBOUND"

updatedAt
string<date-time>
required
Example:

"2026-05-06T10:45:30Z"

accountId
string
Example:

"019606a0-1a2b-7c3d-8e4f-567890123abc"

deletedAt
string<date-time>
description
string
Example:

"Estorno solicitado pelo pagador"

ledger
object
metadata
object
returnEndToEndId
string
Example:

"D12345678202605061045fedcba54321"