Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token
endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Body
Original transaction's end-to-end identifier to be refunded.
"E12345678202501011200000001"
Account identifier requesting the refund.
"12345678-1234-1234-1234-123456789012"
Original transaction identifier to be refunded.
"01989f9e-6508-79f8-9540-835be49fbd0d"
Refund reason codes as defined by Brazilian Central Bank (BACEN). Standardized codes used when requesting transaction refunds.
Valid values:
FR01
= Fraud (Transaction identified as fraudulent)AC03
= Invalid creditor account (Recipient account is invalid or doesn't exist)AG01
= Transaction forbidden (Transaction type not allowed for this account)MD06
= Refund requested by receiver (Payee requested the refund)BE01
= Inconsistent data (Transaction data contains inconsistencies)AC07
= Closed account (Recipient account has been closed)
FR01
, AC03
, AG01
, MD06
, BE01
, AC07
"MD06"
Refund amount (must not exceed original transaction amount).
100.5
Description of the refund reason.
"Refund requested by receiver"
Response
Refund created successfully
Unique refund identifier.
"refund_123456789"
Account identifier associated with the refund.
"acc_123456789"
Refund reason codes as defined by Brazilian Central Bank (BACEN). Standardized codes used when requesting transaction refunds.
Valid values:
FR01
= Fraud (Transaction identified as fraudulent)AC03
= Invalid creditor account (Recipient account is invalid or doesn't exist)AG01
= Transaction forbidden (Transaction type not allowed for this account)MD06
= Refund requested by receiver (Payee requested the refund)BE01
= Inconsistent data (Transaction data contains inconsistencies)AC07
= Closed account (Recipient account has been closed)
FR01
, AC03
, AG01
, MD06
, BE01
, AC07
"MD06"
Original transaction's end-to-end identifier that was refunded.
"E1234567820230615123456789012345"
Refund's end-to-end identifier.
"D1234567820230615987654321098765"
Refund amount.
100.5
Description of the refund reason.
"Requested by receiver"
Refund status.
"PENDING"
Refund creation timestamp.
"2023-06-15T11:00:00Z"