Skip to main content

Update Payment Order Value

Request

ENDPOINT
/account/ACCOUNT_KEY/outgoing_recurrence/OUTGOING_RECURRENCE_KEY/payment_order/PAYMENT_ORDER_KEY
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
ACCOUNT_KEYuuidv4Unique account identification key.36
OUTGOING_RECURRENCE_KEYuuidv4Unique key of the recurrence to be updated.36
PAYMENT_ORDER_KEYuuidv4Unique key of the payment order to be updated.36

Request Body

Update Payment Order
{
"transaction_amount": 100
}

Request Body Params

FieldTypeDescriptionCharacters
transaction_amountfloatingTransaction amount to be updated.-

Response

STATUS
200
Response Body
{}
STATUS
4XX
Response Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em português",
"code": "codigo"
}
HTTP CodeQI Code
code
Title
title
Description (eng)
description
Description (ptbr)
translation
400QIT000002Bad RequestInvalid request schema.Erro no esquema da requisição.
404APX000404Payment Order Not FoundPayment Order {payment_order_key} not found.Lote de conciliação {payment_order_key} não encontrado.