Mexico (Pymnt): Payment
The Payment elements and an example for Mexico (Pymnt).
This group contains information about the payment referenced in this Payment Line.
| Name (Path) | Cardinality | Description |
|---|---|---|
Payment (/Statement/StatementLine/UBLExtensions//StatementLineExtension/Payment) | 1..1 | A group of elements providing information regarding a Payment. |
Elements
This group contains the following elements:
| Name (Path) | Cardinality | Description |
|---|---|---|
Paid Amount (PaidAmount) | 1..1 | The Paid Amount referenced in this Payment Line. |
Paid Amount Currency Code (PaidAmount/@currencyID) | 1..1 | The Currency Code of the Paid Amount referenced in this Payment Line. |
Paid Date (PaidDate) | 1..1 | The Paid Date referenced in the Payment Line. |
Paid Time (PaidTime) | 1..1 | The Paid Time referenced in the Payment Line. |
Payment Certificate (PaymentCertificate) | 0..1 | The certificate associated with the payment as a text string in Base64 format. |
Payment Chain (PaymentChain) | 0..1 | The original chain of the payment generated by the issuing entity of the beneficiary account. |
Payment Chain Type (PaymentChainType) | 0..1 | The payment chain type code of the chain generated by the entity receiving the payment. This field should only be used when Payment Means has values VRBL:MX:03 or VRBL:MX:99. |
Payment Digital Seal (PaymentSeal) | 0..1 | The digital seal associated with the payment. The entity that issues the payment receipt enters an original chain and the digital seal in a section of the receipt. This digital seal must be recorded in this attribute. It must be expressed as a text string in Base64 format.. |
Transaction Identifier (TransactionID) | 0..1 | An optional element to express the check number, authorization number, reference number, tracking code in the case of SPEI, capture line, or any similar reference number that identifies the transaction covered by the payment. |
Restrictions
Use the following codes for the Payment Chain Type vrbl:PaymentChainType:
| Code | Description |
|---|---|
VRBL:MX:01 | SPEI |
Example
<ubl:Statement>
<!-- code omitted for clarity -->
<cac:StatementLine>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:StatementLineExtension>
<!-- code omitted for clarity -->
<cac:Payment>
<cbc:PaidAmount currencyID="MXN">1392.00</cbc:PaidAmount>
<cbc:PaidDate>2025-08-13</cbc:PaidDate>
<cbc:PaidTime>12:00:00</cbc:PaidTime>
<vrbl:PaymentCertificate>MIIFuzCCA6OgAw...</vrbl:PaymentCertificate>
<!-- pago20:Pagos/pago20:Pago/@CadPago -->
<vrbl:PaymentChain>||1.0|2025-08-13T12:00:00|2025081340014BMBX0013141120|BBA830831LJ2|BBVA BANCOMER|012345678901234567|BNM840515VB1|098765432109876543|1392.00|192.00||</vrbl:PaymentChain>
<!-- pago20:Pagos/pago20:Pago/@TipoCadPago -->
<vrbl:PaymentChainType>VRBL:MX:01</vrbl:PaymentChainType>
<!-- pago20:Pagos/pago20:Pago/@SelloPago -->
<vrbl:PaymentSeal>hO9y/qB+wP5a0p...</vrbl:PaymentSeal>
<cbc:TransactionID>REF12345</cbc:TransactionID>
</cac:Payment>
</vrbl:StatementLineExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
<!-- code omitted for clarity -->
</cac:StatementLine>
</ubl:Statement>
Updated 9 days ago
