Skip to content

Commit

Permalink
Update payment-multibanco.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
LTemple-TW authored Sep 19, 2023
1 parent a799d1d commit 45721e3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For <<Glossary_TransactionType, transaction type>> details which are not given h
| <<API_PaymentMultibanco_Samples, pending-debit samples>>

|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.
|
| <<API_PaymentMultibanco_Samples, debit samples>>

|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.
| <<API_PaymentMultibanco_Samples, void-pending-debit samples>>
Expand Down Expand Up @@ -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+]
----
Expand Down Expand Up @@ -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[]
----
----

0 comments on commit 45721e3

Please sign in to comment.