Fintecture · Arazzo Workflow
Fintecture Update Payment Communication
Version 1.0.0
Read a payment, patch its communication while it is still pending, then re-read to confirm.
View Spec
View on GitHub
Open BankingPaymentsPSD2FranceAccount InformationPayment InitiationInstant PaymentsSEPASmart TransferRequest To PayBuy Now Pay LaterE-MandatesAccount-to-AccountKYCArazzoWorkflows
Provider
Workflows
update-payment-communication
Read a payment, patch its communication if still pending, and confirm.
Reads a payment, branches on whether it is still pending, patches the communication field, and re-reads the payment to confirm.
1
getPayment
getPaymentSession
Read the payment and branch on its status — only a created or pending payment proceeds to the patch step.
2
patchPayment
patchPisV2PaymentSession
Patch the payment's communication field while it is still editable.
3
confirmPayment
getPaymentSession
Re-read the payment to confirm the updated communication took effect.