diff --git a/content/index/payment-methods/multibanco/rest/payment-multibanco.adoc b/content/index/payment-methods/multibanco/rest/payment-multibanco.adoc index a54607b51..f2286f371 100644 --- a/content/index/payment-methods/multibanco/rest/payment-multibanco.adoc +++ b/content/index/payment-methods/multibanco/rest/payment-multibanco.adoc @@ -36,7 +36,7 @@ For <> details which are not given h | <> |debit |Automatically created in the system when the consumer pays for a ``pending-debit`` transaction using their online banking or their debit card at a physical ATM, or if the transaction expires. Used to transfer funds from the consumer's bank account to the merchant's, or to notify the merchant that the transaction has expired without payment. A ``debit`` notification is sent to the merchant when a ``debit`` transaction is created. - | + | <> |void-pending-debit |Used to cancel a ``pending-debit`` transaction. Available on a successful ``pending-debit``. Partial cancellations are not allowed. Cancellation requests can only be sent while the ``pending-debit`` transaction is active. | <> @@ -313,6 +313,9 @@ include::{root}/samples/xml/multibanco_pending_debit_response_success.xml[] include::{root}/samples/xml/multibanco_pending_debit_notification_success.xml[] ---- +[#API_PaymentMultibanco_Samples_Debit] +==== _debit_ + .XML debit Notification (Successful) [source,xml,subs=attributes+] ---- @@ -374,4 +377,4 @@ include::{root}/samples/xml/multibanco_query_debit_request.xml[] [source,xml,subs=attributes+] ---- include::{root}/samples/xml/multibanco_query_debit_response_success.xml[] ----- \ No newline at end of file +----